QueuedCommand.CompletedHandler, délégué
Espace de noms : Microsoft.TeamFoundation.MVVM
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Delegate Sub CompletedHandler ( _
sender As Object, _
e As QueuedCommandCompletedEventArgs _
)
public delegate void CompletedHandler(
Object sender,
QueuedCommandCompletedEventArgs e
)
Paramètres
- sender
Type : System.Object