RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRichTextBoxToolbar Class / MessageBoxShowing Event

In This Topic
    MessageBoxShowing Event (C1SimplifiedRichTextBoxToolbar)
    In This Topic
    Occurs when showing message box
    Syntax
    'Declaration
     
    
    Public Event MessageBoxShowing As EventHandler(Of MessageBoxShowingEventArgs)
    public event EventHandler<MessageBoxShowingEventArgs> MessageBoxShowing
    Event Data

    The event handler receives an argument of type MessageBoxShowingEventArgs containing data related to this event. The following MessageBoxShowingEventArgs properties provide information specific to this event.

    PropertyDescription
    To check continue this event or not  
    Icon that shows in the default modal  
    Message that shows in the default modal  
    Toolbar that raise the event  
    See Also