xtd 0.2.0
Loading...
Searching...
No Matches

◆ on_checked_changed()

virtual void xtd::forms::switch_button::on_checked_changed ( const event_args e)
protectedvirtual

Raises the switch_button::checked_changed event.

Parameters
eAn event_args that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate.
The on_checked_changed method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.