ScriptAttributeBasePriority Property |
The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also