Menu.RaisePostBackEvent(String) Metodo

Definizione

Elabora un evento generato quando viene inviato un form al server.

protected public:
 virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected internal virtual void RaisePostBackEvent (string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Friend Overridable Sub RaisePostBackEvent (eventArgument As String)

Parametri

eventArgument
String

Oggetto String che rappresenta l'argomento dell'evento passato al gestore eventi.

Si applica a

Vedi anche