automationGotFocus Event

Summary

Represents an event that triggers when the control receives the focus.

Syntax

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

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