←Select platform

RestoreCursor Event

Summary

Occurs when the automation has determine that the original cursor needs to be restored.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public event EventHandler RestoreCursor 
Public Event RestoreCursor As EventHandler 
public event EventHandler RestoreCursor 
macOS Only: 
-(void) automationRestoreCursor:(LTAnnAutomation*) automation; 
             
add_RestoreCursor(function(sender, e)) 
remove_RestoreCursor(function(sender, e)) 
public:  
   event EventHandler^ RestoreCursor 

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