Ejemplo n.º 1
0
 /// <summary>
 /// Raises the <see cref="E:Changed" /> event.
 /// </summary>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected virtual void OnTokensChanged(MeliTokenEventArgs e)
 {
     if (TokensChanged != null)
     {
         TokensChanged(this, e);
     }
 }
 /// <summary>
 /// Raises the <see cref="E:Changed" /> event.
 /// </summary>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 protected virtual void OnTokensChanged(MeliTokenEventArgs e)
 {
     if (TokensChanged != null)
     {
         TokensChanged(this, e);
     }
 }