Click or drag to resize
KaxMultiPageEventArgs Class
Provides data for the events of the KaxMultiPage control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxMultiPageEventArgs

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

The KaxMultiPageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxMultiPageEventArgs
Initializes a new instance of the KaxMultiPageEventArgs class.
Top
Properties
  NameDescription
Public propertyPageView
Gets the referenced page view in the KaxMultiPage control when the event is raised.
Top
See Also