EventHandlerExecutionOrderPreserverEventHandlerPriorityLowerPriority Property |
Handlers listed here have lower priority than the app's own handler for this event type.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic List<string> LowerPriority { get; set; }
Public Property LowerPriority As List(Of String)
Get
Set
public:
property List<String^>^ LowerPriority {
List<String^>^ get ();
void set (List<String^>^ value);
}
Property Value
Type:
ListString
See Also