[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 properties.

Public Properties

  NameDescription
Public propertyName
Name of the property added or removed.
Public propertyPropertyHandle
The property handle added or removed.
Public propertyType
The type of the change.

See Also