The ChangeSupport type exposes the following members.

Methods

  NameDescription
AddChangeListenerOverloaded.
DisplayString
Get a string to display.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirePostChangeEvent
Inform the listeners that a change has taken place using their firePostChangeEvent methods.
FirePreChangeEvent
Inform the listeners that a change is about to take place using their FirePreChangeEvent methods.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GrowIfNecessary
Grow the collection, if needed
HasListenersOverloaded.
IsUnchanging
Check if the specified change type is unchanging.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReapGarbageListeners
Remove all references to listeners which have been cleared by the garbage collector. This method should only be called when the object is locked.
RemoveChangeListenerOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also