data Property

Summary

Data pertaining to the injector.

Syntax
TypeScript
JavaScript
Object.defineProperty(InjectionArgs.prototype, 'data', 
   get: function(), 
   set: function(value) 
) 
data: any; 
Remarks

Cast the data property to the type of injection being performed. For instance, if the type value is type.annToolbar, then cast data to AnnPanelInjector.

Example

For an example, refer to InjectionManager.

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.LEADVIEW Assembly

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