[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawPageEventHandler

DrawPageEventHandler Delegate

Represents the method that will handle a DrawPage event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void DrawPageEventHandler(object sender, DrawPageEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DrawPageEventArgs e

A DrawPageEventArgs object that contains the event data.

Constructors

Name Description
DrawPageEventHandler(object, IntPtr)

Methods

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