ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicEventArgs Class / Cancel Property

In This Topic
    Cancel Property
    In This Topic
    Gets or sets a value indicating whether the event should be canceled.
    Syntax
    'Declaration
     
    Public Shadows Property Cancel As System.Boolean
    public new System.bool Cancel {get; set;}
    See Also