Class RowDropCompletedEventArgs
Gets or sets the drop payload
Inheritance
System.Object
System.EventArgs
RowDropCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class RowDropCompletedEventArgs : EventArgs
Properties
| Improve this Doc View SourcePayload
Gets or sets the drop payload
Declaration
public GridViewPayload Payload { get; set; }
Property Value
Type | Description |
---|---|
GridViewPayload |
TargetRow
Gets or sets the target row
Declaration
public DataRow TargetRow { get; set; }
Property Value
Type | Description |
---|---|
System.Data.DataRow |
TargetRowItem
Gets or sets the target row item
Declaration
public GridViewRowItem TargetRowItem { get; set; }
Property Value
Type | Description |
---|---|
GridViewRowItem |