Click or drag to resize

MapperExtensionBaseExtensionCommand Method

Handle extension commands.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void ExtensionCommand(
	ExtensionCommandArgs args
)

Parameters

args
Type: NetQuarryExtensionCommandArgs
The event args.
See Also