Piccolo.NET

PBasicInputEventHandler.OnLostFocus Method 

Called when a LostFocus event is sent to this listener.

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

Parameters

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

Implements

PInputEventListener.OnLostFocus

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace