EventHandlerRequestContext Constructor |
Constructor.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic EventHandlerRequestContext(
EventHandlerEnvironment env
)
Public Sub New (
env As EventHandlerEnvironment
)
public:
EventHandlerRequestContext(
EventHandlerEnvironment^ env
)
Parameters
- env
- Type: MFiles.VAF.CommonEventHandlerEnvironment
The environment to expose as a request context.
See Also