Click or drag to resize
CMSButtonActionClickedEventArgs Class
Contains data of group button click event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.ExtendedControlsCMSButtonActionClickedEventArgs

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public class CMSButtonActionClickedEventArgs : EventArgs

The CMSButtonActionClickedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCMSButtonActionClickedEventArgs
Constructor.
Top
Properties
  NameDescription
Public propertyActionName
Name of the clicked action
Top
See Also