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

BitmapViewer.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 Overrides Sub RaiseCallbackEvent ( _
	eventArgument As String _
)
C#
protected override 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 BitmapViewer control to create the arguments for the callback handler.

See Also

Reference