Click or drag to resize

BaseColumnCollectionChangedEventArgs Methods

The BaseColumnCollectionChangedEventArgs type exposes the following members.

Methods
 NameDescription
Public methodAccumulate(BaseColumnCollectionChangedEventArgs) Accumulate the change state by adding another change state.
Public methodAccumulate(Int32, Int32, Int32, Boolean) Accumulates the change state by adding a change info from a column.
Public methodAdd Adds the specified event args e.
(Inherited from SelfAccumulateableEventArgs)
Public methodStatic memberCreateColumnAddArgs Create the change state that reflects the addition of one column.
Public methodStatic memberCreateColumnCopyOrReplaceArgs Create the change state that reflects the replace of one column by another (or copying data).
Public methodStatic memberCreateColumnMoveArgs Creates a change state that reflects the move of some columns.
Public methodStatic memberCreateColumnRemoveArgs Creates a change state that reflects the removal of some columns.
Public methodStatic memberCreateColumnRenameArgs Create the change state that reflects the renaming of one column.
Public methodStatic memberCreateRowMoveArgs Creates a change state that reflects the move of some rows (in all columns).
Public methodEquals Override to ensure that only one instance of SelfAccumulateableEventArgs is contained in the accumulated event args collection. You have to override Equals in the following way: two instances of the same type, which can be merged together, should return true (and GetHashCode should then return the same value).
(Inherited from SelfAccumulateableEventArgs)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Override to ensure that only one instance of SelfAccumulateableEventArgs is contained in the accumulated event args collection. You have to override GetHashCode in the following way: two instances of the same type, which can be merged together, should return the same hash code (and Equals should then return true).
(Inherited from SelfAccumulateableEventArgs)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also