DropRowEventArgs Constructors
Provides data for the DropRow and DragRowOver events.| Name | Parameters | Description |
|---|---|---|
| DropRowEventArgs(Int32, Object, Object, Int32) | rowHandle, item, dropItem, dropRowHandle | Initializes a new instance of the DropRowEventArgs class with specified settings. |
See Also