Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The section should save context. This is called before navigation to another page, Team Project context switch, and so on
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub SaveContext ( _
sender As Object, _
e As SectionSaveContextEventArgs _
)
void SaveContext(
Object sender,
SectionSaveContextEventArgs e
)
void SaveContext(
Object^ sender,
SectionSaveContextEventArgs^ e
)
abstract SaveContext :
sender:Object *
e:SectionSaveContextEventArgs -> unit
function SaveContext(
sender : Object,
e : SectionSaveContextEventArgs
)
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.