Piccolo.NET

PBasicInputEventHandler.OnGotFocus Method 

Called when a GotFocus event is sent to this listener.

public virtual void OnGotFocus(
   object sender,
   PInputEventArgs e
);

Parameters

sender
The source of the event.
e
A PInputEventArgs that contains the event data.

Implements

PInputEventListener.OnGotFocus

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace