ClassSideDrawerKeyDownCommand
Class
A command executed when the key is pressed down inside an element placed in the SideDrawer.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.SideDrawer.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SideDrawerKeyDownCommand : SideDrawerCommand, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadSideDrawer>ControlCommandBase<RadSideDrawer>SideDrawerCommandSideDrawerKeyDownCommand
Implements:
Inherited Members
Constructors
SideDrawerKeyDownCommand()
Declaration
cs-api-definition
public SideDrawerKeyDownCommand()
Methods
CanExecute(object)
Determines whether the command can be executed against the provided parameter.
Execute(object)
Performs the core action given the provided parameter.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
The command parameter.
Overrides