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

ColumnInsertingEventHandler Delegate

This delegate represents the method that will handle the ColumnInserting event of the ListColumnCollection class.

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

Syntax

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

See Also

Reference