IEventHandlerAttributeMatchesEnvironment Method |
MatchesEnvironment is a method that is used in evaluating the calling context against the provided filters.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxbool MatchesEnvironment(
IEventHandlerEnvironment context
)
Function MatchesEnvironment (
context As IEventHandlerEnvironment
) As Boolean
bool MatchesEnvironment(
IEventHandlerEnvironment^ context
)
Parameters
- context
- Type: MFiles.VAF.CommonIEventHandlerEnvironment
The environment object to check.
Return Value
Type:
BooleanTrue if the filters are fulfilled and the handler should be called.
See Also