Class FileBrowserDragDropBehavior
Defines a DragDropBehavior for drag-drop operations in a DialogWindowBase.
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserDragDropBehavior : DragDropBehavior<DragDropState>, IDragDropBehavior<DragDropState>
Constructors
FileBrowserDragDropBehavior()
Declaration
public FileBrowserDragDropBehavior()
Methods
CanDrop(DragDropState)
Declaration
public override bool CanDrop(DragDropState state)
Parameters
DragDropState
state
|
Returns
System.Boolean
|
Overrides
Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropBehavior<Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState>.CanDrop(Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState)
CanStartDrag(DragDropState)
Declaration
public override bool CanStartDrag(DragDropState state)
Parameters
DragDropState
state
|
Returns
System.Boolean
|
Overrides
Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropBehavior<Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState>.CanStartDrag(Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState)
Drop(DragDropState)
Declaration
public override void Drop(DragDropState state)
Parameters
DragDropState
state
|
Overrides
Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropBehavior<Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState>.Drop(Telerik.Windows.Controls.FileDialogs.DragDrop.DragDropState)