The CancelChangingStringEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cancel | Get (Inherited from CancelEventArgs.)Get the value of the Cancel property. | |
| ExceptionToThrow | Get Get the exception that is to be thrown should the action be cancelled. This may be null. | |
| Handle | (Inherited from CancelEventArgs.) | |
| NewValue | Get the new string value that will be assigned unless the action is cancelled. | |
| OldValue | Get the old string value that was in effect when the event was raised. |
See Also