Creates a new instance.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public SelectionChangedEventArgs(
	int anchorIndex,
	int caretIndex,
	int[] oldRectSelectRanges,
	bool byContentChanged
)
Visual Basic
Public Sub New ( 
	anchorIndex As Integer,
	caretIndex As Integer,
	oldRectSelectRanges As Integer(),
	byContentChanged As Boolean
)

Parameters

anchorIndex
Type: System..::..Int32
caretIndex
Type: System..::..Int32
oldRectSelectRanges
Type: array<System..::..Int32>[]()[][]
byContentChanged
Type: System..::..Boolean

See Also