Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemStyleEventArgs Class / UpdatingItemStyleEventArgs Constructor
The ribbon item for which the style is being updated.

In This Topic
    UpdatingItemStyleEventArgs Constructor
    In This Topic
    Creates a new instance of UpdatingItemStyleEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As RibbonItem _
    )
    public UpdatingItemStyleEventArgs( 
       RibbonItem item
    )

    Parameters

    item
    The ribbon item for which the style is being updated.
    See Also