Share via


CustomFieldsPreEventArgs members

Provides a common set of methods and properties in the pre-event arguments in all events for the CustomFields class methods.

The CustomFieldsPreEventArgs type exposes the following members.

Constructors

  Name Description
Protected method CustomFieldsPreEventArgs()
Public method CustomFieldsPreEventArgs(CustomFieldDataSet) Creates an instance of the CustomFieldsPreEventArgs class; used internally.

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel an event that is associated with a custom field.
Public property CancelReason Reads or writes the text that explains why an event that is associated with a custom field is to be canceled.
Public property CustomFieldInformation Gets a dataset that represents custom fields that are affected by the current event. (Inherited from CustomFieldsPostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels an event that is associated with 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

CustomFieldsPreEventArgs class

Microsoft.Office.Project.Server.Events namespace