Click or drag to resize
CancelUserRoleEventArgs Properties

The CancelUserRoleEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the operation should be canceled.
Public propertyCurrentObject
Gets the object the event is raised for.
(Inherited from CurrentObjectEventArgs.)
Public propertyUserOrUsergroup
Gets the user or group to which a role is assigned.
(Inherited from UserRoleEventArgs.)
Public propertyUserRole
Gets the user role that is assigned.
(Inherited from UserRoleEventArgs.)
Top
See Also