StatusUpdatePostEventArgs constructor (String)

Creates an instance of the StatusUpdatePostEventArgs class; used internally.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Sub New ( _
    changexml As String _
)
'Usage
Dim changexml As String

Dim instance As New StatusUpdatePostEventArgs(changexml)
public StatusUpdatePostEventArgs(
    string changexml
)

Parameters

  • changexml
    Type: System.String

    XML code that contains status update information.

See also

Reference

StatusUpdatePostEventArgs class

StatusUpdatePostEventArgs members

StatusUpdatePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace