ElementHost.GotFocus Evento

Definição

Ocorre quando o controlo recebe o foco.

public:
 event EventHandler ^ GotFocus;
[System.ComponentModel.Browsable(false)]
public event EventHandler GotFocus;
[<System.ComponentModel.Browsable(false)>]
member this.GotFocus : EventHandler 
Public Custom Event GotFocus As EventHandler 

Tipo de Evento

Atributos

Observações

Para mais informações sobre o GotFocus evento, consulte Control.GotFocus.

Aplica-se a

Ver também