Belot.Player.RaiseCardsChanged C# (CSharp) Méthode

RaiseCardsChanged() protected méthode

Raises the CardsChanged event
protected RaiseCardsChanged ( ) : void
Résultat void
        protected void RaiseCardsChanged( )
        {
            if( _cardsChanged != null )
                {
                    _cardsChanged( this, this._cards );
                }
        }