Spread Silverlight Documentation
Changed Event (UndoManager)


Occurs when an undo or redo action occurs.
Syntax
'Declaration
 
Public Event Changed As System.EventHandler(Of UndoRedoEventArgs)
'Usage
 
Dim instance As UndoManager
Dim handler As System.EventHandler(Of UndoRedoEventArgs)
 
AddHandler instance.Changed, handler
public event System.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
ActionGets the current action string.  
UndoRedoGets a value indicating whether it is a undo or redo action.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

UndoManager Class
UndoManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.