[]
        
(Showing Draft Content)

C1.Win.C1Preview.FormsUserActionEventHandler

FormsUserActionEventHandler Delegate

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

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

The source of the event.

FormsUserActionEventArgs e

Event data.

Constructors

Name Description
FormsUserActionEventHandler(object, nint)

Methods

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