Chart.IPostBackEventHandler.RaisePostBackEvent(String) Méthode

Définition

Déclenche des événements pour le contrôle Chart lorsqu'un formulaire est publié sur le serveur.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Paramètres

eventArgument
String

Arguments d'événement sous forme d'objet string.

Implémente

S’applique à