Click or drag to resize

SecureConnectionStateChangedEventHandler Delegate

Represents the method that will handle the SecureConnectionStateChanged event.

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

Parameters

sender
Type: SystemObject
The sender of the event.
e
Type: AC908_SDKSecureConnectionStateChangedEventArgs
The SecureConnectionStateChangedEventArgs instance containing the event data.
See Also