Class DropCompleteEventArgs
Represents the event arguments for drag drop event completion.
Inheritance
System.Object
System.EventArgs
DropCompleteEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Serializable]
[ComVisible(true)]
public class DropCompleteEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDropCompleteEventArgs(ImageListViewItem[], Boolean)
Initializes a new instance of the DropCompleteEventArgs class.
Declaration
public DropCompleteEventArgs(ImageListViewItem[] items, bool internalDrag)
Parameters
Type | Name | Description |
---|---|---|
ImageListViewItem[] | items | The array of items droppped on the control. |
System.Boolean | internalDrag | true if a drop event occurred after an internal reordering of items, otherwise false if image files were externally dropped onto the control. |
Properties
| Improve this Doc View SourceInternalDrag
Gets if the drag operation is internal or external to the control. In an internal drag operation, own items of the control are reordered.
Declaration
public bool InternalDrag { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Gets the array of items droppped on the control.
Declaration
public ImageListViewItem[] Items { get; }
Property Value
Type | Description |
---|---|
ImageListViewItem[] |