Click or drag to resize

PaintEventHandler Delegate

Delegate for the paint event.

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

Parameters

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