tickBoxClicked Event

Summary

Represents an event of that fires each time the user clicks on the tick mark, resulting into checking or unchecking it.

Syntax

JavaScript Syntax
Object.defineProperty(TickBox.prototype,'tickBoxClicked',  
	get: function(), 
	set: function(value) 
) 
function tickBoxClicked.add(function(sender, e)); 
function tickBoxClicked.remove(function(sender, e)); 
TypeScript Syntax
tickBoxClicked: void; 

Event Data
ParameterTypeDescription
sendervarThe source of the event.
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