Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / Error Event


In This Topic
    Error Event (RibbonBar)
    In This Topic
    Occurs when the user performs an invalid operation.
    Syntax
    'Declaration
     
    
    Public Event Error As EventHandler(Of CancelEventArgs)
    'Usage
     
    
    Dim instance As RibbonBar
    Dim handler As EventHandler(Of CancelEventArgs)
     
    AddHandler instance.Error, handler
    public event EventHandler<CancelEventArgs> Error
    Event Data

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

    PropertyDescription
     
    See Also