Piccolo.NET

PInputEventHandler Delegate

A delegate that is used to register for mouse and keyboard events on a PNode.

public delegate void PInputEventHandler(
   object sender,
   PInputEventArgs e
);

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo Namespace | PDragEventHandler | PDragSequenceEventHandler | PInputEventArgs | PPanEventHandler | PZoomEventHandler


Web Accessibility