Class
UndoRedoHelper

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class UndoRedoHelper

Inheritance: objectUndoRedoHelper

Constructors

UndoRedoHelper()

Declaration

cs-api-definition
public UndoRedoHelper()

Methods

ConvertValue(Type, object)

Declaration

cs-api-definition
public static object ConvertValue(Type targetType, object value)

Parameters

targetType

Type

value

object

Returns

object

SetProperty(string, object, object)

Declaration

cs-api-definition
public static bool SetProperty(string propertyName, object source, object value)

Parameters

propertyName

string

source

object

value

object

Returns

bool

ValueChanged(IDiagramItem, string, object, object)

Declaration

cs-api-definition
public static bool ValueChanged(IDiagramItem diagramItem, string propertyName, object newValue, object oldValue)

Parameters

diagramItem

IDiagramItem

propertyName

string

newValue

object

oldValue

object

Returns

bool