[]
Represents the event data for the PropertyChanging event of the object.
public class PropertyChangingEventArgs : EventArgs
Public Class PropertyChangingEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| PropertyChangingEventArgs(string, object) | Initializes a new instance of the PropertyChangingEventArgs class. |
| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel changing the property value. |
| NewValue | Gets the new value to be set by the property. |
| PropertyName | The name of the property whose value is changing. |