IsListening Property

Summary

Gets a value that indicates whether the service is currently listening to the events.

Syntax

TypeScript
JavaScript
Object.defineProperty(SheetEditorInteractiveService.prototype, 'isListening', 
	get: function() 
) 
isListening: boolean; // read-only 

Property Value

true if the service is currently listening to the events; otherwise, false.

Remarks

The value of IsListening will be set to true after a successful call to StartListening and will be set back to false when StopListening is called.

Requirements

Target Platforms

See Also

SheetEditorInteractiveService Class

SheetEditorInteractiveService Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.