Piccolo.NET

MouseLeaveDelegate Delegate

A delegate that is used to handle MouseLeave events sent to this event handler class.

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

Requirements

Namespace: UMD.HCIL.Piccolo.Event

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

See Also

UMD.HCIL.Piccolo.Event Namespace