Click or drag to resize

PaintEventHandler Delegate

Delegate for the paint event.

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public delegate void PaintEventHandler(
	Object sender,
	PaintArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddIn.CommonPaintArgs
See Also