UserDelegationEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods that manage user delegations in the Resource class.
The UserDelegationEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserDelegationEventReceiver | Creates an instance of the UserDelegationEventReceiver 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.) | |
OnActivated | A post-event handler for delegate activation. | |
OnActivating | A pre-event handler for delegate activation. | |
OnChanged | A post-event handler for the UpdateDelegations(UserDelegationDataSet) method. | |
OnChanging | A pre-event handler for the UpdateDelegations(UserDelegationDataSet) method. | |
OnCreated | A post-event handler for the CreateDelegations method. | |
OnCreating | A pre-event handler for the CreateDelegations method. | |
OnDeactivated | A post-event handler for delegate deactivation. | |
OnDeactivating | A pre-event handler for delegate deactivation. | |
OnDeleted | A post-event handler for the DeleteDelegations method. | |
OnDeleting | A pre-event handler for the DeleteDelegations method. | |
ToString | (Inherited from Object.) |
Top