IDiscussionManager.LocalDataLost Event
Notifies that the local storage is corrupted and existing data is lost.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Event LocalDataLost As EventHandler(Of EventArgs)
event EventHandler<EventArgs> LocalDataLost
event EventHandler<EventArgs^>^ LocalDataLost {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
abstract LocalDataLost : IEvent<EventHandler<EventArgs>,
EventArgs>
JScript does not support events.
Remarks
This event is raised during a save or query operation. During a save operation, the existing data is lost but the new data is stored.
During a query operation, the local data will not be returned.
.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.