You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BitmapViewer.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 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