DocumentPageReorderEventArgsOldIndex Property |
Gets the previous index of the page
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int OldIndex { get; }
Public ReadOnly Property OldIndex As Integer
Get
member OldIndex : int with get
Property Value
Type:
Int32The old index.
See Also