Compartir a través de


QueuedCommand.CanExecuteHandler (Delegado)

Espacio de nombres:  Microsoft.TeamFoundation.MVVM
Ensamblado:  Microsoft.TeamFoundation.Controls (en Microsoft.TeamFoundation.Controls.dll)

Sintaxis

'Declaración
Public Delegate Function CanExecuteHandler ( _
    sender As Object, _
    e As QueuedCommandCanExecuteEventArgs _
) As Boolean
public delegate bool CanExecuteHandler(
    Object sender,
    QueuedCommandCanExecuteEventArgs e
)

Parámetros

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

Microsoft.TeamFoundation.MVVM (Espacio de nombres)