M-Files Vault Application Framework
C#
Show/Hide TOC
IEvent
Handler
Attribute 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#
Copy
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
Reference
MFiles.VAF.Common Namespace
In This Article
Definition
Properties
Methods
See Also