IEditor.GotFocus Event

Applies to v2.

Occurs when the focus has changed to the editor. If the editor is disposed no more events will be fired.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event GotFocus As EventHandler
'Usage
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.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace