Class InputClientEvents
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class InputClientEvents : StateBagProxy
- Inheritance
-
InputClientEvents
- Inherited Members
-
Constructors
public InputClientEvents(string prefix, StateBag viewState)
Parameters
prefix string
viewState StateBag
Properties
public string OnBlur { get; set; }
Property Value
- string
public string OnChange { get; set; }
Property Value
- string
public string OnClick { get; set; }
Property Value
- string
public string OnFocus { get; set; }
Property Value
- string
public string OnKeyDown { get; set; }
Property Value
- string
public string OnKeyPress { get; set; }
Property Value
- string
public string OnKeyUp { get; set; }
Property Value
- string