CustomFieldsDeletePreEventArgs Members

Include Protected Members
Include Inherited Members

Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.

The CustomFieldsDeletePreEventArgs type exposes the following members.

Constructors

  Name Description
Public method CustomFieldsDeletePreEventArgs Creates an instance of the CustomFieldsDeletePreEventArgs class; used internally.

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel deletion of a custom field.
Public property CancelReason Reads or writes text that explains why deletion of a custom field is to be canceled.
Public property CustomFields Gets a collection of GUIDs of custom fields that have been deleted. (Inherited from CustomFieldsDeletePostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels deletion of a custom field.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

CustomFieldsDeletePreEventArgs Class

Microsoft.Office.Project.Server.Events Namespace