DoEnter method

void DoEnter()

Implementation

void DoEnter()
{
  if(_onEnter!=null)
    _onEnter!(this);
}