Version

PropChangeInfo Class Members

The following tables list the members exposed by PropChangeInfo.

Public Constructors
 NameDescription
Public ConstructorPropChangeInfo ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyPropIdPropId is a code that can be used to identify the property that has been changed.  
Public PropertySourceThe source is the object whose state has changed  
Public PropertyTriggerThe trigger property returns an interface if this change was triggered by a change notification from another object. Otherwise, it returns null.  
Public Methods
 NameDescription
Public MethodFindPropIdSearches for a specific propId up the trigger chain.  
Public MethodFindSourceSearches for a specific source up the trigger chain.  
Public MethodFindTriggerSearches for a specific PropChangeInfo up the trigger chain based on the specified source object. Passing in null will return the root trigger element.  
Public MethodToStringReturns a description of the property change including the entire trigger chain  
See Also