Click or drag to resize
UniGridRaiseCallbackEvent Method
Sets callback event arguments.

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
Arguments of raised event.

Implements

ICallbackEventHandlerRaiseCallbackEvent(String)
See Also