←Select platform

WorkStarted Event

Summary

Occurs when the ImageViewerInteractiveMode mode starts working.

Syntax

C#
VB
Objective-C
WinRT C#
public event EventHandler WorkStarted 
Public Event WorkStarted As EventHandler 
public event EventHandler WorkStarted 
NSNotification 
   name:LTImageViewerInteractiveModeWorkStartedNotification 
   object:self 
   userInfo:NSDictionary 
   key:"use following keys" 
   //used to get InteractiveMode Object From LTImageViewerInteractiveModeWorkStartedNotification notification 
   //Key = LTImageViewerInteractiveModeKey; 
      
   iOS Only: 
   //used to get GestureRecognizer Object From LTImageViewerInteractiveModeWorkStartedNotification notification 
   //Key = LTImageViewerInteractiveModeGestureRecognizerKey; 
      
   macOS Only: 
   //used to get LTBasicEvent Object From LTImageViewerInteractiveModeWorkStartedNotification notification 
   //Key =  LTImageViewerInteractiveModeEventKey; 
add_WorkStarted(function(sender, e)) 
remove_WorkStarted(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)