Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.