PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.4.8 Assembly / C1.Win.RibbonPreview Namespace / UserRibbonPreviewActionEventArgs Class / UserRibbonPreviewActionEventArgs Constructor
The RibbonPreviewAction value related to the event.

In This Topic
    UserRibbonPreviewActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the UserRibbonPreviewActionEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As RibbonPreviewAction _
    )
    public UserRibbonPreviewActionEventArgs( 
       RibbonPreviewAction action
    )

    Parameters

    action
    The RibbonPreviewAction value related to the event.
    See Also