Click or drag to resize
KaxToolBarEventArgs Class
Provides data for the events of the KaxToolBar control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxToolBarEventArgs

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 KaxToolBarEventArgs : EventArgs

The KaxToolBarEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxToolBarEventArgs
Initializes a new instance of the KaxToolBarEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets the referenced item in the KaxToolBar control when the event is raised.
Top
See Also