Class
SideDrawerKeyDownCommand

A command executed when the key is pressed down inside an element placed in the SideDrawer.

Definition

Constructors

SideDrawerKeyDownCommand()

Declaration

cs-api-definition
public SideDrawerKeyDownCommand()

Methods

CanExecute(object)

Determines whether the command can be executed against the provided parameter.

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

The command parameter.

Returns

bool

The Default value is False.

Overrides ControlCommandBase<RadSideDrawer>.CanExecute(object)

Execute(object)

Performs the core action given the provided parameter.

Declaration

cs-api-definition
public override void Execute(object parameter)

Parameters

parameter

object

The command parameter.

Overrides ControlCommandBase<RadSideDrawer>.Execute(object)