EventHandlerEnvironmentType Property |
The event type for which this event handler environment was built.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFEventHandlerType Type { get; set; }
Public Property Type As MFEventHandlerType
Get
Set
public:
property MFEventHandlerType Type {
MFEventHandlerType get ();
void set (MFEventHandlerType value);
}
Property Value
Type:
MFEventHandlerType
See Also