Exemplo n.º 1
0
        protected virtual void OnExecuted(CommandExecutedArgs e)
        {
            var handler = this.Executed;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 2
0
 protected virtual void OnExecuted(CommandExecutedArgs e)
 {
     var handler = this.Executed;
     if (handler != null) handler(this, e);
 }