ICheckBoxControl.CheckedChanged Event

 

Occurs when the value of the Checked property changes between posts to the server.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

abstract CheckedChanged : IEvent<EventHandler,
    EventArgs>

The CheckedChanged event is raised when the value of Checked changes between posts to the server.

CheckBox implements ICheckBoxControl. The following code example demonstrates how to read the value of the Checked property and respond to a CheckedChanged event.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: