←Select platform

AfterUndoRedo Event

Summary

Occurs after an undo or redo operation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public event EventHandler AfterUndoRedo 
Public Event AfterUndoRedo As EventHandler 
public event EventHandler AfterUndoRedo 
-(void) automationAfterUndoRedo:(LTAnnAutomation*) automation; 
public void addAfterUndoRedoListener(AnnEventListener listener) 
public void removeAfterUndoRedoListener(AnnEventListener listener) 
             
add_AfterUndoRedo(function(sender, e)) 
remove_AfterUndoRedo(function(sender, e)) 
public:  
   event EventHandler^ AfterUndoRedo 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly