The following tables list the members exposed by PropChangeInfo.
Name | Description | |
---|---|---|
![]() | PropChangeInfo Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | PropId | PropId is a code that can be used to identify the property that has been changed. |
![]() | Source | The source is the object whose state has changed |
![]() | Trigger | The trigger property returns an interface if this change was triggered by a change notification from another object. Otherwise, it returns null. |
Name | Description | |
---|---|---|
![]() | FindPropId | Searches for a specific propId up the trigger chain. |
![]() | FindSource | Searches for a specific source up the trigger chain. |
![]() | FindTrigger | Searches for a specific PropChangeInfo up the trigger chain based on the specified source object. Passing in null will return the root trigger element. |
![]() | ToString | Returns a description of the property change including the entire trigger chain |