Ejemplo n.º 1
0
 private void RaiseSecurityChanged(Security security)
 {
     SecurityChanged?.Invoke(security);
     SecuritiesChanged?.Invoke(new[] { security });
 }
Ejemplo n.º 2
0
 protected void OnSecurityChanged()
 {
     SecurityChanged?.Invoke(this, new SelectedSecurityEventArgs(this.Security));
 }