AssignmentWorkDataSetPostEventArgs Constructor
Creates an instance of the AssignmentWorkDataSetPostEventArgs 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 AssignmentWorkDataSetPostEventArgs(changexml)
public AssignmentWorkDataSetPostEventArgs(
string changexml
)
Parameters
- changexml
Type: System.String
Gets the changeXml parameter value of the SetAssignmentWorkData(String) method.
See Also
Reference
AssignmentWorkDataSetPostEventArgs Class