Searched refs:disconnectButtonClickEvent (Results 1 – 1 of 1) sorted by relevance
377 this.disconnectButton?.addEventListener('click', this.disconnectButtonClickEvent);393 this.disconnectButton?.removeEventListener('click', this.disconnectButtonClickEvent);517 disconnectButtonClickEvent = (): void => { property in SpRecordTrace