Raises the TextChanged event.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly:   Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub OnTextChanged ( _
	textInfoId As Integer _
)
C#
protected virtual void OnTextChanged (
	int textInfoId
)
Visual C++
protected:
virtual void OnTextChanged (
	int textInfoId
)

Parameters

textInfoId
ID of the text information the event is raised for.

See Also