Piccolo.NET

PNode.HandleEvent Method 

Raise the given input event.

protected virtual void HandleEvent(
   PInputEventArgs e,
   PInputEventHandler handler
);

Parameters

e
The arguments for this input event.
handler
The delegate to dispatch this event to.

Remarks

If an event has been set as handled, and the delegate is not a member of a listener class, then the event is consumed. If the delegate is a member of a listener class the decision of consumption is left up to the filter associated with that class.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility