PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.4.5.2 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreviewDialog Class / UserAction Event

In This Topic
    UserAction Event (C1RibbonPreviewDialog)
    In This Topic
    Allows to provide non-standard action handling, or cancel the action.
    Syntax
    Event Data

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

    PropertyDescription
    Gets the RibbonPreviewAction value related to the event.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    See Also