outOfBounds Event

Summary

Optional delegate method for additional processing.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype,'outOfBounds',  
	get: function(), 
	set: function(value) 
) 
outOfBounds: LeadEvent; 
Remarks

To change the current stack offset, use CurrentOffset.

Out of bounds means for example, if the cell has 200 frames, the event will get fired if you set CurrentOffset to 201 or more, it also gets fired if the value is set to -1 or less. EventArgs

Event Data
ParameterTypeDescription
sendervarThe source of the event.
Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.