emptyCellClicked Field

Summary

Optional delegate method for additional processing.

Syntax

JavaScript Syntax
MedicalViewer = function() { 
   this.emptyCellClicked = (default value); 
} 
TypeScript Syntax
emptyCellClicked: LeadEventHandler; 

Field Value

Optional delegate method for additional processing. Occurs when the user clicks on one of the empty cells in the viewer.

Remarks

To get the list of the empty cells, refer to EmptyDivs.

For more information about what an empty cell is, refer to EmptyCell.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly