[This is preliminary documentation and is subject to change.]

Syntax

C#
public class PropertyContainerChangedEventArgs
Visual Basic (Declaration)
Public Class PropertyContainerChangedEventArgs
Visual C++
public ref class PropertyContainerChangedEventArgs

The type exposes the following methods.

Public Methods

  NameDescription
Public methodEquals (Overrides Object..::Equals(Object).)
Public methodGetHashCode (Overrides Object..::GetHashCode()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides Object..::ToString()().)

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

See Also