IEditorTaskPanelService.PageChanged Event

Applies to v2.

Fires when the page changes, typically when switching from local to remote or changing sites. In this case all tabs are removed and the extension implementor should re-add the tabs.

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

Syntax

'Declaration
Event PageChanged As EventHandler
'Usage
Dim instance As IEditorTaskPanelService 
Dim handler As EventHandler 

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

See Also

Reference

IEditorTaskPanelService Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace