Click or drag to resize
SimpleObjectManagerEventArgs Constructor (BaseInfo, FormModeEnum, String)
Constructor

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

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object instance
mode
Type: CMS.ExtendedControlsFormModeEnum
Manager mode
actionName
Type: SystemString
Action name
See Also