This documentation is for the old version. Go to the latest Graphics Mill docs

TextChangedEventHandler Delegate

This delegate represents the method that will handle the TextChanged events of the IListItem class and the ListColumnCollection class.

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

Syntax

Visual Basic
Public Delegate Sub TextChangedEventHandler ( _
	sender As Object, _
	e As TextChangedEventArgs _
)
C#
public delegate void TextChangedEventHandler(
	Object sender,
	TextChangedEventArgs e
)

See Also

Reference