ITeamExplorerSection.Loaded Method
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub Loaded ( _
sender As Object, _
e As SectionLoadedEventArgs _
)
void Loaded(
Object sender,
SectionLoadedEventArgs e
)
void Loaded(
Object^ sender,
SectionLoadedEventArgs^ e
)
abstract Loaded :
sender:Object *
e:SectionLoadedEventArgs -> unit
function Loaded(
sender : Object,
e : SectionLoadedEventArgs
)
Parameters
- sender
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.