This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.RaiseCallbackEvent Method

Creates the arguments for the callback handler.

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

Syntax

Visual Basic
Protected MustOverride Sub RaiseCallbackEvent ( _
	eventArgument As String _
)
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