Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / UserAction Event

In This Topic
    UserAction Event
    In This Topic
    Occurs whenever the user clicks one of the predefined preview toolbar buttons such as print or file open. Allows to provide non-standard toolbar button handling, or cancel the action.
    Syntax
    'Declaration
     
    Public Event UserAction As UserActionEventHandler
    public event UserActionEventHandler UserAction
    Event Data

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

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