Creates a new instance.

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

Syntax

C#
public ContentChangedEventArgs(
	int index,
	string oldText,
	string newText
)
Visual Basic
Public Sub New ( 
	index As Integer,
	oldText As String,
	newText As String
)

Parameters

index
Type: System..::..Int32
oldText
Type: System..::..String
newText
Type: System..::..String

See Also