[]
Notifies the server control that caused the postback that it should handle an incoming post back event. Implements IPostBackEventHandler.
protected virtual void RaisePostBackEvent(string eventArgument)
Protected Overridable Sub RaisePostBackEvent(eventArgument As String)
Type | Name | Description |
---|---|---|
string | eventArgument | A String that represents an optional event argument to be passed to the event handler. |