IEventHandlerAttribute Interface

Common interface for event handler attributes.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IEventHandlerAttribute

Properties

EventType The event type.

Methods

MatchesEnvironment MatchesEnvironment is a method that is used in evaluating the calling context against the provided filters.

See Also