[]
Represents the method that will handle a MeasurePage event.
public delegate void MeasurePageEventHandler(object sender, MeasurePageEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
MeasurePageEventArgs | e | A MeasurePageEventArgs object that contains the event data. |
Name | Description |
---|---|
MeasurePageEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, MeasurePageEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, MeasurePageEventArgs) |