EnterFocus

Top  Previous  Next

 

EnterFocus (Event)

 

Occurs when focus enters the object AVAX

 

Syntax:

Private Sub object_EnterFocus(Sender As System.Object, e As System.EventArgs)

 

The EnterFocus event syntax has the following parts:

Argument

Data Type

Description

Sender

System.Object

Is the object that raises the event

e

System.EventArgs

Is the object that contains the event data

 

Example