ReportingPostCustomFieldChangedEventArgs constructor (Guid, )
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.GuidThe GUID of the changed custom field.
customFieldMetadataDataSet
Type: ReportingCustomFieldMetadataDataSetA dataset that contains changes to the specified custom field.
See also
Reference
ReportingPostCustomFieldChangedEventArgs class
ReportingPostCustomFieldChangedEventArgs members