EventHandler.Order property
Gets or sets the order of placement of the event handler in a list of event handlers that are associated with an event.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Order As Integer
Get
Set
'Usage
Dim instance As EventHandler
Dim value As Integer
value = instance.Order
instance.Order = value
[RemoteAttribute]
public int Order { get; set; }
Property value
Type: System.Int32
A number that refers to the order of placement.