PageNavigator.PageAdded Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Event PageAdded As PageAddedEventHandler
public event PageAddedEventHandler PageAdded
public:
virtual   event PageAddedEventHandler^ PageAdded {
    void add (PageAddedEventHandler^ value);
    void remove (PageAddedEventHandler^ value);
}
abstract PageAdded : IEvent<PageAddedEventHandler,
    PageEventArgs>
override PageAdded : IEvent<PageAddedEventHandler,
    PageEventArgs>
JScript does not support events.

Implements

IPageNavigator.PageAdded

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace