IEventFilter
Wisej.Core.IEventFilter
Last updated
Wisej.Core.IEventFilter
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Defines the event filter interface to use with the AddEventFilter method.
Process an event before it is dispatched.
Parameter | Type | Description |
---|---|---|
e | An instance of WisejEventArgs containing the data for the event. |
Returns: Boolean. true to stop the event from being dispatched; false to allow the event to continue to the next filter or control.