RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / MessageBoxShowingEventArgs Class / Cancel Property

In This Topic
    Cancel Property (MessageBoxShowingEventArgs)
    In This Topic
    To check continue this event or not
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also