MassActionsRaiseCallbackEvent Method |
Processes a callback event that targets a control.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public void RaiseCallbackEvent(
string eventArgument
)
Parameters
- eventArgument
- Type: SystemString
A string that represents an event argument to pass to the event handler.
Implements
ICallbackEventHandlerRaiseCallbackEvent(String)Exceptions Exception | Condition |
---|
ArgumentNullException | eventArgument is null |
See Also