Click or drag to resize

SheetStatusChangedHandler Delegate

Represents the method that will handle the sheet status changed event.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public delegate void SheetStatusChangedHandler(
	Object sender,
	SheetStatusChangedEventArgs e
)

Parameters

sender  Object
e  SheetStatusChangedEventArgs
See Also