Creates and initializes new ColumnsRemovedEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _
columns As ListColumn(), _
removedColumnsIndices As Integer() _
)
public ColumnsRemovedEventArgs(
ListColumn[] columns,
int[] removedColumnsIndices
)
Type: Aurigma.GraphicsMill.WinControls.ListColumn []
An array of ListColumn instances that have been removed from the collection.Type: System.Int32 []
An array of indices of removed items.