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.
Event handler for the MetadataChanged event. These events are raised when the client has detected metadata changes on the server and finished refreshing its local cache.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Delegate Sub MetadataChangeEventHandler ( _
sender As Object, _
e As MetadataEventArgs _
)
'Usage
Dim instance As New MetadataChangeEventHandler(AddressOf HandlerMethod)
public delegate void MetadataChangeEventHandler(
Object sender,
MetadataEventArgs e
)
public delegate void MetadataChangeEventHandler(
Object^ sender,
MetadataEventArgs^ e
)
JScript does not support delegates.
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.MetadataEventArgsA MetadataEventArgs that contains the event data.