histogramGenerated Event

Summary

Represents an event of that fires each time the line is drawn on the surface of the control.

Syntax

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

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