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

In This Topic
    PreviewAction Event
    In This Topic
    Occurs when the document action from preview forms should be executed.
    Syntax
    'Declaration
     
    Public Event PreviewAction As DocumentActionEventHandler
    public event DocumentActionEventHandler PreviewAction
    Event Data

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

    PropertyDescription
    Gets the C1.C1Preview.ActionHandlerBase object associated with the event.  
    Gets or sets a value that indicates whether the event handler has completely handled the event or whether the preview pane should continue its own processing.  
    See Also