| RibbonBarButtonRaisePostBackEvent Method |
Enables a button to process an event raised when a form is posted to the server.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void RaisePostBackEvent(
string eventArgument
)
Public Sub RaisePostBackEvent (
eventArgument As String
)
Parameters
- eventArgument
- Type: SystemString
A String that represents an optional event argument to be passed to the event handler.
Remarks See Also