[]
        
(Showing Draft Content)

C1.Win.C1Preview.UserActionEventHandler

UserActionEventHandler Delegate

Represents a method that handles the UserAction event.

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

The source of the event (usually an instance of the C1PreviewPane class).

UserActionEventArgs e

A UserActionEventArgs that contains the event data.

Constructors

Name Description
UserActionEventHandler(object, nint)

Methods

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