ITeamExplorerPage.Loaded Method

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

The page and all sections have been created and initialized.

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

Syntax

'Declaration
Sub Loaded ( _
    sender As Object, _
    e As PageLoadedEventArgs _
)
void Loaded(
    Object sender,
    PageLoadedEventArgs e
)
void Loaded(
    Object^ sender, 
    PageLoadedEventArgs^ e
)
abstract Loaded : 
        sender:Object * 
        e:PageLoadedEventArgs -> unit
function Loaded(
    sender : Object, 
    e : PageLoadedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ITeamExplorerPage Interface

Microsoft.TeamFoundation.Controls Namespace