BlueLibs documentation

OBEXConnectionBase.ConnectionChangedDelegate Delegate

Represents the method that will handle the event when connection status is changed.

[Visual Basic]
Public Delegate Sub OBEXConnectionBase.ConnectionChangedDelegate( _
   ByVal Sender As Object, _
   ByVal IsConnected As Boolean _
)
[C#]
public delegate void OBEXConnectionBase.ConnectionChangedDelegate(
   object Sender,
   bool IsConnected
);

Parameters

Sender
sender of the event.
IsConnected
true if connected.

Requirements

Namespace: BlueLibs.Components

Assembly: BlueLibs (in BlueLibs.dll)

See Also

BlueLibs.Components Namespace