 | STARCommandOnInstrumentDeckCreated Event |
Instrument Deck layout created event
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic event STARInstrumentDeckCreatedEventHandler OnInstrumentDeckCreated
Public Event OnInstrumentDeckCreated As STARInstrumentDeckCreatedEventHandler
public:
event STARInstrumentDeckCreatedEventHandler^ OnInstrumentDeckCreated {
void add (STARInstrumentDeckCreatedEventHandler^ value);
void remove (STARInstrumentDeckCreatedEventHandler^ value);
}
member OnInstrumentDeckCreated : IEvent<STARInstrumentDeckCreatedEventHandler,
string>
Value
Type:
Huarui.STARLineSTARInstrumentDeckCreatedEventHandler
See Also