Piccolo.NET

PPanEventHandler.PPanEventHandlerAcceptsEvent Method 

The filter for a PPanEventHandler. This method only accepts left mouse button events that have not yet been handled.

protected virtual bool PPanEventHandlerAcceptsEvent(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the event is an unhandled left mouse button event; otherwise, false.

See Also

PPanEventHandler Class | UMD.HCIL.Piccolo.Event Namespace