The CogCancelChangingEventArgs T type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| Exception |
An exception to be raised by the setter that
caused the changing event that was canceled.
If the exception is null no exception is thrown.
| |
| NewValue | ||
| OldValue |
See Also