Menu.IPostBackEventHandler.RaisePostBackEvent(String) Method

Definition

Processes an event raised when a form is posted to the server.

C#
void IPostBackEventHandler.RaisePostBackEvent(string eventArgument);

Parameters

eventArgument
String

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

Implements

Applies to