[]
        
(Showing Draft Content)

C1.Win.C1Command.MeasurePageEventHandler

MeasurePageEventHandler Delegate

Represents the method that will handle a MeasurePage event.

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

The source of the event.

MeasurePageEventArgs e

A MeasurePageEventArgs object that contains the event data.

Constructors

Name Description
MeasurePageEventHandler(object, IntPtr)

Methods

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