[]
        
(Showing Draft Content)

C1.Win.C1Preview.DocumentActionEventHandler

DocumentActionEventHandler Delegate

Represents a method that can handle the PreviewAction event of a C1PreviewPane.

Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public delegate void DocumentActionEventHandler(object sender, DocumentActionEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DocumentActionEventArgs e

Event data.

Constructors

Name Description
DocumentActionEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, DocumentActionEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DocumentActionEventArgs)