ClassUndoRedoHelper
Class
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
ValueChanged(IDiagramItem, string, object, object)
Declaration
cs-api-definition
public static bool ValueChanged(IDiagramItem diagramItem, string propertyName, object newValue, object oldValue)
Parameters
diagramItem
propertyName
newValue
oldValue
Returns