Leadtools.Annotations Namespace > IAnnAutomationControl Interface : GotFocus Event |
event EventHandler GotFocus
'Declaration Event GotFocus As EventHandler
'Usage Dim instance As IAnnAutomationControl Dim handler As EventHandler AddHandler instance.GotFocus, handler
event EventHandler^ GotFocus
If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this event (since the default System.Windows.Forms.Control.LostFocus will be used).