EventHandlerCreationInformation.Order property

Gets or sets the order of placement of an event handler in a list of event handlers that are triggered by 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 EventHandlerCreationInformation
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.

See also

Reference

EventHandlerCreationInformation class

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace