Click or drag to resize

PageImagePaintedHandler Delegate

Represents a method that will handle the PageImagePainted event.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public delegate void PageImagePaintedHandler(
	Object sender,
	PageImagePaintedEventArgs args
)

Parameters

sender
Type: System Object
The source of the event.
args
Type: Spire.Xls PageImagePaintedEventArgs
The event data.
See Also