OnEnable

The virtual handler of the internal "Enable" event (if enabled, it can respond to user interaction).

virtual bool  OnEnable()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.