Click or drag to resize

ConnectionStateChangedEventHandler Delegate

Represents the method that will handle the ConnectionStateChanged event.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public delegate void ConnectionStateChangedEventHandler(
	Object sender,
	ConnectionStateChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The sender of the event.
e
Type: AC908_SDKConnectionStateChangedEventArgs
The ConnectionStateChangedEventArgs instance containing the event data.
See Also