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