Compartir a través de


Evento IEditor.GotFocus

Lo siguiente se aplica a v2.

Se produce cuando el enfoque ha cambiado al editor. Si el editor está dispuesto, no se lanzarán eventos adicionales.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility.Editor
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Event GotFocus As EventHandler
'Uso
Dim instance As IEditor 
Dim handler As EventHandler 

AddHandler instance.GotFocus, handler
event EventHandler GotFocus
event EventHandler^ GotFocus {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract GotFocus : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

Vea también

Referencia

IEditor Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility.Editor