PanoramicUpdated Event

Summary

Notifies the instance that one of the panoramic polygon's points has been moved.

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

The panoramic polygon is generated by double-clicking on the last point. The polygon is then added to the cell drawables list Drawable. Use the PanoramicGenerated event to be updated when the panoramic polygon is created. Use the PanoramicUpdated event to be updated regarding changes made after the panoramic polygon is created.

Add or delete points from the polygon with the Points property.

Event Data
ParameterTypeDescription
sendervarThe source of the event
ePanoramicChangedEventArgsThe event data
Example

Refer to PanoramicAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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