UserDelegationCreatePostEventArgs members
Represents methods and properties in the post-event arguments for the OnCreated event handler method.
The UserDelegationCreatePostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserDelegationCreatePostEventArgs() | ||
UserDelegationCreatePostEventArgs(Collection<UserDelegationInfo>) | Creates an instance of the UserDelegationCreatePostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CreatedDelegations | Gets a collection of the GUIDs that represent users who delegate permissions and users to whom permissions are delegated. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top