Piccolo.NET

PBasicInputEventHandler.OnDoubleClick Method 

Called when a DoubleClick event is sent to this listener.

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

Parameters

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

Implements

PInputEventListener.OnDoubleClick

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace