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

BitmapViewer.RaisePostBackEvent Method

Enables a server control to process an event raised when a form is posted to the server. No need to use this method explicitly.

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

Syntax

Visual Basic
Public Overrides Sub RaisePostBackEvent ( _
	eventArgument As String _
)
C#
public override void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument

Type: System.String

A String that represents an optional event argument to be passed to the event handler.

Remarks

This method is called by ASP.NET infrastructure. No need to use it directly.

See Also

Reference