 | STARDeviceCreatedEventHandler Delegate |
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic delegate void STARDeviceCreatedEventHandler(
Object device,
string name
)
Public Delegate Sub STARDeviceCreatedEventHandler (
device As Object,
name As String
)
public delegate void STARDeviceCreatedEventHandler(
Object^ device,
String^ name
)
type STARDeviceCreatedEventHandler =
delegate of
device : Object *
name : string -> unit
Parameters
- device
- Type: SystemObject
- name
- Type: SystemString
See Also