Click or drag to resize
KaxToolBarButtonEventArgs Class
Provides data for the ButtonDataBound event of the KaxToolBar control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxToolBarButtonEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxToolBarButtonEventArgs : EventArgs

The KaxToolBarButtonEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxToolBarButtonEventArgs
Initializes a new instance of the KaxToolBarButtonEventArgs class.
Top
Properties
  NameDescription
Public propertyButton
Gets the referenced button in the KaxToolBar control when the ButtonDataBound event is raised.
Top
See Also