[]
        
(Showing Draft Content)

C1.Blazor.Grid.CancelEventArgs

CancelEventArgs Class

Event data with a Cancel property that can be used to cancel the event.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public class CancelEventArgs : EventArgs

Constructors

Name Description
CancelEventArgs(bool)

Initializes a new instance of the CancelEventArgs class.

Properties

Name Description
Cancel

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

Cancellable

Gets a value indicating whether the associated event is cancellable.