Click or drag to resize
KaxMenuEventArgs Class
Provides data for the events of the KaxMenu control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxMenuEventArgs

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

The KaxMenuEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxMenuEventArgs
Initializes a new instance of the KaxMenuEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets the referenced KaxMenuItem in the KaxMenu control when the event is raised.
Top
See Also