HtmlInputCheckBox.RaisePostDataChangedEvent Method

Definition

Calls the OnServerChange(EventArgs) method to signal the HtmlInputCheckBox control that the state of the control has changed.

protected:
 virtual void RaisePostDataChangedEvent();
protected virtual void RaisePostDataChangedEvent ();
abstract member RaisePostDataChangedEvent : unit -> unit
override this.RaisePostDataChangedEvent : unit -> unit
Protected Overridable Sub RaisePostDataChangedEvent ()

Remarks

This method is used primarily by control developers extending the functionality of the HtmlInputButton control.

Applies to