Back to Devexpress

ASPxButton.CheckedChanged Event

aspnet-devexpress-dot-web-dot-aspxbutton-c77b0bc7.md

latest1.6 KB
Original Source

ASPxButton.CheckedChanged Event

Occurs when the button’s checked state is changed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler CheckedChanged
vb
Public Event CheckedChanged As EventHandler

Event Data

The CheckedChanged event's data class is EventArgs.

Remarks

Write a handler for the CheckedChanged event to perform any custom actions in response to the button’s checked state being changed.

Note

The CheckedChanged event’s generation depends upon the settings of the ASPxButton.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientButton.CheckedChanged event, if it is handled. refer to the descriptions of these properties for more information.

See Also

Checked

SetChecked(value)

ASPxButton Class

ASPxButton Members

DevExpress.Web Namespace