HistoryTypeData Constructor (String, String)

Creates and initializes an instance of the HistoryTypeData class using the specified settings.

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

Syntax

C#
public HistoryTypeData(
	string type,
	string data
)

Parameters

type

Type: System..String

Command type.
data

Type: System..String

Command data.

See Also

Reference