Interface IDragDropBehavior<TState>
Namespace: Telerik.UI.Xaml.Controls.DragDrop.Behaviors
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IDragDropBehavior<TState>
Type Parameters
|
TState
|
Methods
CanDrop(TState)
Declaration
bool CanDrop(TState state)
Parameters
|
TState
state
|
Returns
|
System.Boolean
|
CanStartDrag(TState)
Declaration
bool CanStartDrag(TState state)
Parameters
|
TState
state
|
Returns
|
System.Boolean
|
CoerceDraggedItems(TState)
Declaration
IEnumerable CoerceDraggedItems(TState state)
Parameters
|
TState
state
|
Returns
|
System.Collections.IEnumerable
|
DragDropCanceled(TState)
Declaration
void DragDropCanceled(TState state)
Parameters
|
TState
state
|
DragDropCompleted(TState)
Declaration
void DragDropCompleted(TState state)
Parameters
|
TState
state
|
Drop(TState)
Declaration
void Drop(TState state)
Parameters
|
TState
state
|