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: SystemString
Selected item name
itemType
Type: CMS.UIControlsFieldEditorSelectedItemEnum
Selected item type - field/category
itemOrder
Type: SystemInt32
Selected item order
See Also