Menu.RaisePostBackEvent(String) Method

Definition

Processes an event raised when a form is posted to the 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)

Parameters

eventArgument
String

A String that represents the event argument passed to the event handler.

Applies to

See also