Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / OnUpdatingItemStyle Method

In This Topic
    OnUpdatingItemStyle Method (C1Ribbon)
    In This Topic
    Raises the UpdatingItemStyle event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUpdatingItemStyle( _
       ByVal e As UpdatingItemStyleEventArgs _
    ) 
    protected virtual void OnUpdatingItemStyle( 
       UpdatingItemStyleEventArgs e
    )

    Parameters

    e
    See Also