CMSButtonGroupRaisePostBackEvent Method |
Enables a server control to process an event raised when a form is posted to the server.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public void RaisePostBackEvent(
string eventArgument
)
Parameters
- eventArgument
- Type: SystemString
Postback event argument
Implements
IPostBackEventHandlerRaisePostBackEvent(String)See Also