[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 members.
Public Constructors
| Name | Description | |
|---|---|---|
| PropertyContainerChangedEventArgsPropertyContainerChangedEventArgsNew |
Constructor.
|
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides | |
| GetHashCode | (Overrides | |
Gets the (Inherited from | ||
| ToString | (Overrides |
Protected Methods
| Name | Description | |
|---|---|---|
Allows an (Inherited from | ||
Creates a shallow copy of the current (Inherited from |
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.
|