[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
| Name | Description | |
|---|---|---|
| Name |
Name of the property added or removed.
| |
| PropertyHandle |
The property handle added or removed.
| |
| Type |
The type of the change.
|