public void StartListening()
Public Sub StartListening()
public void StartListening()
-(void) startListening;
public void startListening()
function Leadtools.Controls.InteractiveService.StartListening()
Calling this method will cause the service to hook to the TargetElement events and start firing the Tap, DoubleTap, Hold, DragStarted, DragDelta, DragCompleted events based on the user actions.
The ImageViewer will automatically call StartListening on its instance of InteractiveService when it is created.