Click or drag to resize
FieldEditorEventArgs Constructor
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public FieldEditorEventArgs(
	string itemName,
	FieldEditorSelectedItemEnum itemType,
	int itemOrder
)

Parameters

itemName
Type: System.String
Selected item name
itemType
Type: CMS.UIControls.FieldEditorSelectedItemEnum
Selected item type - field/category
itemOrder
Type: System.Int32
Selected item order
See Also