RadioButton.IPostBackDataHandler.RaisePostDataChangedEvent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Pour obtenir une description de ce membre, consultez RaisePostDataChangedEvent().
virtual void System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() = System::Web::UI::IPostBackDataHandler::RaisePostDataChangedEvent;
void IPostBackDataHandler.RaisePostDataChangedEvent ();
override this.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent : unit -> unit
Sub RaisePostDataChangedEvent () Implements IPostBackDataHandler.RaisePostDataChangedEvent
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut être utilisé uniquement lorsque le RadioButton contrôle est converti en interface IPostBackDataHandler .
Si la Checked propriété a changé lors de la publication, la RaisePostDataChangedEvent méthode déclenche un CheckedChanged événement.