Click or drag to resize
CMSButtonActionClickedEventArgs Constructor
Constructor.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public CMSButtonActionClickedEventArgs(
	string actionName = null
)

Parameters

actionName (Optional)
Type: SystemString
Name of clicked action
See Also