Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the command to invoke when the current gallery filter is changed by the user.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared Property FilterCommand As RoutedCommand
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)
Property Value
Type: System.Windows.Input.RoutedCommand
The command to invoke when the current filter is changed. The default is nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Controls.Ribbon Namespace