Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
OnClear Supported by the .NET Compact Framework. | Performs additional custom processes when clearing the contents of the CollectionBase instance. |
OnClearComplete Supported by the .NET Compact Framework. | Performs additional custom processes after clearing the contents of the CollectionBase instance. |
OnInsert Supported by the .NET Compact Framework. | Performs additional custom processes before inserting a new element into the CollectionBase instance. |
OnInsertComplete Supported by the .NET Compact Framework. | Performs additional custom processes after inserting a new element into the CollectionBase instance. |
OnRemove Supported by the .NET Compact Framework. | Performs additional custom processes when removing an element from the CollectionBase instance. |
OnRemoveComplete Supported by the .NET Compact Framework. | Performs additional custom processes after removing an element from the CollectionBase instance. |
OnSet Supported by the .NET Compact Framework. | Performs additional custom processes before setting a value in the CollectionBase instance. |
OnSetComplete Supported by the .NET Compact Framework. | Performs additional custom processes after setting a value in the CollectionBase instance. |
OnValidate Supported by the .NET Compact Framework. | Performs additional custom processes when validating a value. |