Requests to invalidate area covered by given text range.

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

Syntax

C#
void Invalidate(
	int beginIndex,
	int endIndex
)
Visual Basic
Sub Invalidate ( _
	beginIndex As Integer, _
	endIndex As Integer _
)

Parameters

beginIndex
Type: System..::..Int32
Begin text index of the area to be invalidated.
endIndex
Type: System..::..Int32
End text index of the area to be invalidated.

See Also