Share via


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

Valore restituito

Tipo: System.Boolean

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.TeamFoundation.MVVM