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

ColumnsRemovedEventHandler Delegate

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

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

Syntax

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

See Also

Reference