HtmlInputRadioButton.RaisePostDataChangedEvent Método

Definição

Chama o método OnServerChange(EventArgs) para sinalizar ao controle HtmlInputRadioButton que o estado do controle foi alterado.Calls the OnServerChange(EventArgs) method to signal the HtmlInputRadioButton 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 ()

Comentários

O RaisePostDataChangedEvent método é usado principalmente pelos desenvolvedores de controle que estendem a funcionalidade do HtmlInputRadioButton controle.The RaisePostDataChangedEvent method is used primarily by control developers extending the functionality of the HtmlInputRadioButton control.

Notas aos Herdeiros

Ao substituir o RaisePostDataChangedEvent() método em uma classe derivada, certifique-se de chamar o método da classe base RaisePostDataChangedEvent() para que o ServerChange evento seja gerado corretamente.When overriding the RaisePostDataChangedEvent() method in a derived class, be sure to call the base class's RaisePostDataChangedEvent() method so that the ServerChange event is correctly raised.

Aplica-se a

Confira também