Click or drag to resize
CMSAdminControlNotAllowedEventHandler Delegate
Delegate of event fired when action is not allowed.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
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