IEventFilter
Wisej.Core.IEventFilter
public interface IEventFilterPublic Interface IEventFilterMethods
PreFilterEvent(e)
Parameter
Type
Description
Last updated
Was this helpful?
Wisej.Core.IEventFilter
Namespace: Wisej.Core
Assembly: Wisej.Framework (4.0.0.0)
Defines the event filter interface to use with the AddEventFilter method.
public interface IEventFilterPublic Interface IEventFilterProcess an event before it is dispatched.
Returns: Boolean. true to stop the event from being dispatched; false to allow the event to continue to the next filter or control.
Last updated
Was this helpful?
Was this helpful?

