_CancelEventArgs Type

Provides data for a cancelable event.

Namespace: CNClrLib.Control.EventArgs
type
 _CancelEventArgs = CNClrLib.Common._CancelEventArgs;

A cancelable event is raised by a component when it is about to perform an action that can be canceled, such as the OnClosing event of a Form.

CancelEventArgs provides the Cancel property to indicate whether the event should be canceled.

For more information, see CancelEventArgs in C#.

Properties
Description

Cancel

Gets or sets a value indicating whether the event should be canceled.