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