ReportingPostCustomFieldChangedEventArgs Constructor
Creates an instance of the ReportingPostCustomFieldChangedEventArgs 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 ( _
customFieldTypeGuid As Guid, _
customFieldMetadataDataSet As ReportingCustomFieldMetadataDataSet _
)
'Usage
Dim customFieldTypeGuid As Guid
Dim customFieldMetadataDataSet As ReportingCustomFieldMetadataDataSet
Dim instance As New ReportingPostCustomFieldChangedEventArgs(customFieldTypeGuid, _
customFieldMetadataDataSet)
public ReportingPostCustomFieldChangedEventArgs(
Guid customFieldTypeGuid,
ReportingCustomFieldMetadataDataSet customFieldMetadataDataSet
)
Parameters
- customFieldTypeGuid
Type: System.Guid
The GUID of the changed custom field.
- customFieldMetadataDataSet
Type: ReportingCustomFieldMetadataDataSet
A dataset that contains changes to the specified custom field.
See Also
Reference
ReportingPostCustomFieldChangedEventArgs Class