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

ColumnChangedEventArgs.ChangeType Property

Gets a changed property of the column.

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

Syntax

Visual Basic
Public ReadOnly Property ChangeType As ColumnChangeType
C#
public ColumnChangeType ChangeType { get; }

Property Value

A column property which is changed.

See Also

Reference