PropertyChangingEventArgs Class

Represents arguments for an event which signals that a value of a property is about to change.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public class PropertyChangingEventArgs : CancelEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    PropertyChangingEventArgs

Constructors

PropertyChangingEventArgs Constructs a new PropertyChangingEventArgs object with specified property name.

Properties

CancelGets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs)
NewValue Gets or sets the new value of the property which is being changed.
OldValue Gets or sets the old value of the property which is being changed.
PropertyName Gets or sets the name of a property which is changing.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also