Click or drag to resize
KaxFilterClientEvents Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxFilterClientEvents

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 KaxFilterClientEvents : StateManager

The KaxFilterClientEvents type exposes the following members.

Constructors
  NameDescription
Public methodKaxFilterClientEvents
Top
Properties
  NameDescription
Public propertyOnFilterCreated
This client-side event is fired after the KaxFilter is created.
Public propertyOnFilterCreating
This client-side event is fired before the KaxFilter is created.
Public propertyOnFilterDestroying
This client-side event is fired when KaxFilter object is destroyed, i.e. on each window.onunload
Top
See Also