ChangeObjectItem Class

The object whose changes will raise an event.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
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)
OnPropertyChanged(String) Raises the PropertyChanged event when the value of a property has changed.
OnPropertyChanged(Object, PropertyChangeEventArgs) Raises the PropertyChanged event when the value of a property has changed.
OnPropertyChanged(String, Object, Object) Raises the PropertyChanged event when the value of a property value has changed.
ToString
(Inherited from Object)

Events

PropertyChanged Raised when the value of a property has changed.

See Also