Compartir a través de


QueuedCommand.ExecuteHandler (Delegado)

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

Sintaxis

'Declaración
Public Delegate Function ExecuteHandler ( _
    sender As Object, _
    e As QueuedCommandExecuteEventArgs _
) As Object
public delegate Object ExecuteHandler(
    Object sender,
    QueuedCommandExecuteEventArgs e
)

Parámetros

Valor devuelto

Tipo: System.Object

Vea también

Referencia

Microsoft.TeamFoundation.MVVM (Espacio de nombres)