Click or drag to resize
StrategyBaseOnConnectionStatus Method
Raised when the connection status changes

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
protected virtual void OnConnectionStatus(
	ConnectionEventArgs e
)

Parameters

e
Type: ConnectionEventArgs
Connection events args
See Also