EventHandlerExecutionOrderPreserverEventHandlerPriorityType Property |
The type of handler this priority description is for.
Namespace:
MFiles.VAF.Core
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