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

ColumnChangedEventArgs Constructor

Creates and initializes a new ColumnChangedEventArgs using the specified settings.

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

Syntax

Visual Basic
Public Sub New ( _
        column
As ListColumn, _
        changeType
As ColumnChangeType _
)
C#
public ColumnChangedEventArgs(
       
ListColumn column,
       
ColumnChangeType changeType
)

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

Column that is changed.
changeType

Type: Aurigma.GraphicsMill.WinControls.ColumnChangeType

Column property that is changed.

See Also

Reference