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.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public int Priority { get; set; }

Property Value

Int32

See Also