IEventFilter
Wisej.Core.IEventFilter
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
C#
VB.NET
public interface IEventFilter
Public Interface IEventFilter
Process an event before it is dispatched.
Parameter | Type | Description |
---|---|---|
e |
Returns: Boolean. true to stop the event from being dispatched; false to allow the event to continue to the next filter or control.
Last modified 4mo ago