Piccolo.NET

PSelectionEventHandler.OnKeyDown Method 

Overridden. Deletes selection when delete key is pressed (if enabled).

public override void OnKeyDown(
   object sender,
   PInputEventArgs e
);

Parameters

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

Implements

PInputEventListener.OnKeyDown

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace