C# Class DragNDrop.DragAndDropListView

The DragAndDropListView control inherits from ListView, and provides native support for dragging and dropping ListItems to reorder them or move them to other DragAndDropListView controls. http://www.codeproject.com/cs/miscctrl/DragAndDropListView.asp
Documented by Dev03, 2007-07-19
Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: pocorall/scm-notifier Class Usage Examples

Private Properties

Свойство Type Description
GetDataForDragDrop DragItemData
ResetOutOfRange void

Méthodes publiques

Méthode Description
DragAndDropListView ( ) : System

Méthodes protégées

Méthode Description
OnDragDrop ( DragEventArgs drgevent ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
OnDragLeave ( EventArgs e ) : void
OnDragOver ( DragEventArgs drgevent ) : void
OnItemDrag ( ItemDragEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void

Private Methods

Méthode Description
GetDataForDragDrop ( ) : DragItemData
ResetOutOfRange ( ) : void

Method Details

DragAndDropListView() public méthode

public DragAndDropListView ( ) : System
Résultat System

OnDragDrop() protected méthode

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() protected méthode

protected OnDragEnter ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnDragLeave() protected méthode

protected OnDragLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDragOver() protected méthode

protected OnDragOver ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnItemDrag() protected méthode

protected OnItemDrag ( ItemDragEventArgs e ) : void
e System.Windows.Forms.ItemDragEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void