mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-18 05:34:06 +00:00
Implement Cue Properties Updating
This commit is contained in:
@@ -61,6 +61,11 @@ namespace QSharp
|
||||
public JToken data { get; set; }
|
||||
}
|
||||
|
||||
public class QCuePropertiesUpdatedArgs : EventArgs
|
||||
{
|
||||
public List<string> properties { get; set; }
|
||||
}
|
||||
|
||||
public class QCueListsUpdatedArgs : EventArgs
|
||||
{
|
||||
public JToken data { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user