Click or drag to resize

BaseColumnCollectionChangedEventArgs Properties

The BaseColumnCollectionChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyColumnAdditionDeletionRenameOperations Gets the column addition, deletion, and rename operations. For additions, the OldName field in the tuple is null, and the NewName field contains the name of the added column. For deletions, the NewName field of the tuple is null, and the OldName field contains the name of the deleted column. For renamings, the OldName filed of the tuple contains the old name of the column, and the NewName field contains the new name.
Public propertyHasRowCountDecreased Returns whether the row count may have decreased.
Public propertyMaxColChanged Returns the highest column number that has changed (plus one).
Public propertyMaxRowChanged Returns the highest row number that has changed (plus one).
Public propertyMinColChanged Returns the lowest column number that has changed.
Public propertyMinRowChanged Returns the lowest row number that has changed.
Top
See Also