Allows inheriters to submit custom item property changes to the undo queue.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
protected internal void AddPropertyChangeToUndoQueue( DependencyProperty property, Object oldValue, Object newValue ) |
Visual Basic (Declaration) |
---|
Protected Friend Sub AddPropertyChangeToUndoQueue ( _ property As DependencyProperty, _ oldValue As Object, _ newValue As Object _ ) |
Parameters
- property
- Type: System.Windows..::.DependencyProperty
- oldValue
- Type: System..::.Object
- newValue
- Type: System..::.Object