Class
ItemDragStartingCommand

Command that is executed when the user starts dragging a RadListViewItem.

Definition

Constructors

ItemDragStartingCommand()

Declaration

cs-api-definition
public ItemDragStartingCommand()

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

Returns

bool

Overrides ControlCommandBase<RadListView>.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

Overrides ControlCommandBase<RadListView>.Execute(object)