←Select platform

WorkCompleted Event

Summary

Occurs when the ImageViewerInteractiveMode mode completes the work.

Syntax

C#
VB
Objective-C
WinRT C#
public event EventHandler WorkCompleted 
Public Event WorkCompleted As EventHandler 
public event EventHandler WorkCompleted 
NSNotification 
   name:LTImageViewerInteractiveModeWorkCompletedNotification 
   object:self 
   userInfo:NSDictionary 
   key:"use following keys" 
   //used to get InteractiveMode Object From LTImageViewerInteractiveModeWorkCompletedNotification notification 
   //Key = LTImageViewerInteractiveModeKey; 
      
   iOS Only: 
   //used to get GestureRecognizer Object From LTImageViewerInteractiveModeWorkCompletedNotification notification 
   //Key = LTImageViewerInteractiveModeGestureRecognizerKey; 
   macOS Only: 
      
   //used to get LTBasicEvent Object From LTImageViewerInteractiveModeWorkCompletedNotification notification 
   //Key =  LTImageViewerInteractiveModeEventKey; 
add_WorkCompleted(function(sender, e)) 
remove_WorkCompleted(function(sender, e)) 

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)