ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / CancelEventArgs Class / Cancel Property

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