The GotFocus Event is available in LEADTOOLS Document and Medical Imaging toolkits.
An event that triggers when your control receives the focus.Visual Basic (Declaration) | |
---|---|
Event GotFocus As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim handler As EventHandler AddHandler instance.GotFocus, handler |
C# | |
---|---|
event EventHandler GotFocus |
C++/CLI | |
---|---|
event EventHandler^ GotFocus |