CMSAdminControlNotAllowedEventHandler Delegate |
Delegate of event fired when action is not allowed.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public delegate void NotAllowedEventHandler(
string permissionType,
CMSAdminControl sender
)
Parameters
- permissionType
- Type: SystemString
Type of a permission not allowed - sender
- Type: CMS.UIControlsCMSAdminControl
Sender
See Also