BaseViewer.RaiseCallbackEvent Method

Creates the arguments for the callback handler.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

C#
protected abstract void RaiseCallbackEvent(
	string eventArgument
)

Parameters

eventArgument

Type: System..String

The argument to pass to the event handler.

Remarks

The RaiseCallbackEvent(String) method is a helper method used by the BaseViewer control to create the arguments for the callback handler.

See Also

Reference