Click or drag to resize
MassActionsRaiseCallbackEvent Method
Processes a callback event that targets a control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptioneventArgument is null
See Also