CustomFieldsEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [CustomFields Web service].CustomFields class.
The CustomFieldsEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CustomFieldsEventReceiver | Creates an instance of the CustomFieldsEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCheckedIn | A post-event handler for the CheckInCustomFields method. |
![]() |
OnCheckedOut | A post-event handler for the CheckOutCustomFields method. |
![]() |
OnCheckingIn | A pre-event handler for the CheckInCustomFields method. |
![]() |
OnCheckingOut | A pre-event handler for the CheckOutCustomFields method. |
![]() |
OnCreated | A post-event handler for the CreateCustomFields method. |
![]() |
OnCreating | A pre-event handler for the CreateCustomFields method. |
![]() |
OnDeleted | A post-event handler for the DeleteCustomFields method. |
![]() |
OnDeleting | A pre-event handler for the DeleteCustomFields method. |
![]() |
OnUpdated | A post-event handler for the UpdateCustomFields method. |
![]() |
OnUpdating | A pre-event handler for the UpdateCustomFields method. |
![]() |
ToString | (Inherited from Object.) |
Top