Represents an event of that fires each time the user clicks on the tick mark, resulting into checking or unchecking it.
Object.defineProperty(TickBox.prototype,'tickBoxClicked',
get: function(),
set: function(value)
)
function tickBoxClicked.add(function(sender, e));
function tickBoxClicked.remove(function(sender, e));
tickBoxClicked: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET