PropertyChangeEventArgs Class

General panel property change event arguments.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class PropertyChangeEventArgs
Inheritance
Object    PropertyChangeEventArgs

Constructors

PropertyChangeEventArgsInitializes a new instance of the PropertyChangeEventArgs class

Properties

Handled Get/Set a value indicating whether this change has been handled.
NewValue Get/Set a reference to the new value of the property.
OldValue Get/Set a reference to the old value of the property.
PropertyName Get/Set the name of the property whose value has changed.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also