点击或拖拽改变大小

BluetoothGetStatusEventHandler 委托

一个委托,它表示在IsConnect方法调用返回通知时要调用的方法。

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public delegate void BluetoothGetStatusEventHandler(
	Object sender,
	BluetoothGetStatusEventArgs e
)

参数

sender
类型:SystemObject
事件源
e
类型:Smobiler.PluginsBluetoothGetStatusEventArgs
包含事件数据的 BluetoothGetStatusEventArgs
参见