Click or drag to resize
InputClientEvents Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsInputClientEvents

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class InputClientEvents

The InputClientEvents type exposes the following members.

Constructors
  NameDescription
Public methodInputClientEvents
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyOnBlur
Public propertyOnButtonClick
Public propertyOnDisable
Public propertyOnEnable
Public propertyOnEnumerationChanged
Fired whenever the value of any enumeration mask part has changed.
Public propertyOnError
Public propertyOnFocus
Public propertyOnKeyPress
Public propertyOnLoad
Public propertyOnMouseOut
Public propertyOnMouseOver
Public propertyOnMoveDown
Fired whenever the user decreases the value of any enumeration or numeric range mask part of KaxMaskedTextBox (with either keyboard arrow keys or mouse wheel).
Public propertyOnMoveUp
Fired whenever the user increases the value of any enumeration or numeric range mask part of KaxMaskedTextBox (with either keyboard arrow keys or mouse wheel).
Public propertyOnValueChanged
Public propertyOnValueChanging
Public propertyViewState
Top
See Also