GrapeCity.Xaml.SpreadSheet.UI
Changed Event (UndoManager)


Occurs when an undo or redo action occurs.
Syntax
'Declaration
 
Public Event Changed As EventHandler(Of UndoRedoEventArgs)
'Usage
 
Dim instance As UndoManager
Dim handler As EventHandler(Of UndoRedoEventArgs)
 
AddHandler instance.Changed, handler
public event EventHandler<UndoRedoEventArgs> Changed
Event Data

The event handler receives an argument of type UndoRedoEventArgs containing data related to this event. The following UndoRedoEventArgs properties provide information specific to this event.

PropertyDescription
Action Gets the current action string.  
UndoRedo Gets a value indicating whether it is a undo or redo action.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

UndoManager Class
UndoManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options