Delegato QueuedCommand.ExecuteHandler
Spazio dei nomi: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Sintassi
'Dichiarazione
Public Delegate Function ExecuteHandler ( _
sender As Object, _
e As QueuedCommandExecuteEventArgs _
) As Object
public delegate Object ExecuteHandler(
Object sender,
QueuedCommandExecuteEventArgs e
)
Parametri
- sender
Tipo: System.Object
Valore restituito
Tipo: System.Object