ReportingPostCustomFieldDeletedEventArgs Constructor
Creates an instance of the ReportingPostCustomFieldDeletedEventArgs 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 _
)
'Usage
Dim customFieldTypeGuid As Guid
Dim instance As New ReportingPostCustomFieldDeletedEventArgs(customFieldTypeGuid)
public ReportingPostCustomFieldDeletedEventArgs(
Guid customFieldTypeGuid
)
Parameters
- customFieldTypeGuid
Type: System.Guid
The GUID of the deleted custom field.
See Also
Reference
ReportingPostCustomFieldDeletedEventArgs Class