Piccolo.NET

PBasicInputEventHandler.PBasicInputEventHandlerAcceptsEvent Method 

The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled.

protected virtual bool PBasicInputEventHandlerAcceptsEvent(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the event has not been handled; otherwise, false.

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace