Click or drag to resize
ManagerEventArgs Constructor
Constructor

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public ManagerEventArgs(
	FormModeEnum mode,
	string actionName
)

Parameters

mode
Type: CMS.ExtendedControlsFormModeEnum
Manager mode
actionName
Type: SystemString
Action name
See Also