Share via


RibbonGallery.FilterCommand (Propiedad)

Obtiene el comando que se invoca cuando el filtro de la galería es modificado por el usuario.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public Shared Property FilterCommand As RoutedCommand
    Get
    Private Set
public static RoutedCommand FilterCommand { get; private set; }
public:
static property RoutedCommand^ FilterCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member FilterCommand : RoutedCommand with get, private set
static function get FilterCommand () : RoutedCommand
private static function set FilterCommand (value : RoutedCommand)

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Comando que se va a invocar al cambiar el filtro actual.El tipo predeterminado es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

RibbonGallery Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)

Otros recursos

Información general sobre comandos