ChangeObjectItem Class

The object whose changes will raise an event.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class ChangeObjectItem
Inheritance
Object    ChangeObjectItem
Derived

Constructors

ChangeObjectItemInitializes a new instance of the ChangeObjectItem class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the PropertyChanged event when the contents of a member collection have changed.
OnPropertyChanged Raises the PropertyChanged event when the value of a property has changed.
ToString
(Inherited from Object)

Events

PropertyChanged Raised when the value of a property has changed.

See Also