Creates and initializes new ColumnRemovingEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ column As ListColumn _ )
public ColumnRemovingEventArgs( ListColumn column )
Type: Aurigma.GraphicsMill.WinControls.ListColumn
The ListColumn instance that should be removed.