Click or drag to resize

counterEvent Delegate

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Delegat eventa

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public delegate void counterEvent(
	counter sender,
	counterEventArgs args
)
Request Example View Source

Parameters

sender
Type: imbSCI.Core.mathcounter
args
Type: imbSCI.Core.mathcounterEventArgs
See Also