C#
VB
Objective-C
WinRT C#
Occurs when the ImageViewerInteractiveMode mode completes the work.
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))
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET