GridViewDragInfoIsChanged Property |
Gets a value indicating whether this GridDragInfo is changed.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsChanged { get; }
Public ReadOnly Property IsChanged As Boolean
Get
member IsChanged : bool with get
Property Value
Type:
Booleantrue if is changed; otherwise,
false.
Remarks
This will return true if the
Index or
Item have been set.
This is useful for platform implementations to determine if the drop target has been modified.
See Also