currentRubberStampTypeChanged Event

Summary

Occurs when the value of the CurrentRubberStampType property changes.

Syntax

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

Remarks

This event is raised if the CurrentRubberStampType property is changed.

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.Annotations.Automation Assembly