Requests to invalidate area covered by given text range.

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

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