PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / DocumentActionEventHandler Delegate
The source of the event.
Event data.

In This Topic
    DocumentActionEventHandler Delegate
    In This Topic
    Represents a method that can handle the C1PreviewPane.PreviewAction event of a C1PreviewPane.
    Syntax
    'Declaration
     
    Public Delegate Sub DocumentActionEventHandler( _
       ByVal sender As Object, _
       ByVal e As DocumentActionEventArgs _
    ) 
    public delegate void DocumentActionEventHandler( 
       object sender,
       DocumentActionEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    Event data.
    See Also