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