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

ColumnEventArgs Constructor

Creates and initializes new ColumnEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	column As ListColumn _
)
C#
public ColumnEventArgs(
	ListColumn column
)

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

The ListColumn that causes an event.

See Also

Reference