HtmlInputHidden.RaisePostDataChangedEvent Method

Definition

Calls the OnServerChange(EventArgs) method to signal the HtmlInputHidden 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

The RaisePostDataChangedEvent method is used primarily by control developers to extend the functionality of the HtmlInputHidden control.

Applies to