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

ColumnInsertingEventArgs Members

The ColumnInsertingEventArgs type exposes the following members.

Constructors

Name Description
Public method ColumnInsertingEventArgs

Creates and initializes new ColumnInsertingEventArgs class instance.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Cancel

Gets/sets the value indicating whether to cancel the column removal.

(Inherited from ColumnRemovingEventArgs.)
Public property Column

Gets the column that causes the event.

(Inherited from ColumnEventArgs.)
Public property Index

Gets an index of the column which is about to be inserted.

See Also

Reference