Aurigma Graphics Mill 5.5 for .NET
ColumnInsertingEventArgs Class
Provides arguments for the ColumnInserting event of the ListColumnCollection class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Class ColumnInsertingEventArgs _ Inherits ColumnRemovingEventArgs
C#
public class ColumnInsertingEventArgs : ColumnRemovingEventArgs
Inheritance Hierarchy
System..::.Object
L
System..::.EventArgs
L
Aurigma.GraphicsMill.WinControls..::.ColumnEventArgs
L
Aurigma.GraphicsMill.WinControls..::.ColumnRemovingEventArgs
L
Aurigma.GraphicsMill.WinControls..::.ColumnInsertingEventArgs


