Back to Devexpress

ButtonClientSideEvents Properties

aspnet-devexpress-dot-web-dot-buttonclientsideevents-dot-underscore-properties.md

latest1.6 KB
Original Source

ButtonClientSideEvents Properties

Contains a client-side button’s event list.

NameDescription
CheckedChangedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.CheckedChanged event.
ClickGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.Click event.
GotFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.GotFocus event.
InitGets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
LostFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButton.LostFocus event.

See Also

ButtonClientSideEvents Class

ButtonClientSideEvents Members

DevExpress.Web Namespace