Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.