mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-21 06:59:17 +00:00
Address warnings and move to FlyoutPage for Xamarin Forms 5
This commit is contained in:
@@ -229,9 +229,7 @@ namespace qController.Cell
|
||||
|
||||
protected virtual void OnSelectedCueEdited(string prop, string value)
|
||||
{
|
||||
if (SelectedCueEdited != null)
|
||||
SelectedCueEdited(this, new CueEditArgs() { CueID = activeCue.uniqueID, Property = prop, NewValue = value }) ;
|
||||
|
||||
SelectedCueEdited?.Invoke(this, new CueEditArgs() { CueID = activeCue.uniqueID, Property = prop, NewValue = value });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user