ComponentOne List for WinForms
C1.Win.C1List Namespace / BeforeColUpdateEventArgs Class / Cancel Property

In This Topic
    Cancel Property (BeforeColUpdateEventArgs)
    In This Topic
    Gets or sets a value that prevents the user from moving focus to another cell.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also