Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / CancelEventArgs Class / Cancel Property

In This Topic
    Cancel Property (CancelEventArgs)
    In This Topic
    Gets or sets a value indicating whether this CancelEventArgs is cancelled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also