WorksheetGraphicsEventHandler Delegate

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public delegate void WorksheetGraphicsEventHandler(
	Worksheet sender,
	out IGraphics g,
	IBitmap bmp
)

Parameters

sender  Worksheet
 
g  IGraphics
 
bmp  IBitmap
 

See Also