Beispiel #1
0
        protected void OnCommandCreated(CommandCreatedEventArgs e)
        {
            var eh = this.CommandCreated;

            if (eh != null)
            {
                eh(this, e);
            }
        }
Beispiel #2
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="command"></param>
 protected void OnCommandCreated(CommandCreatedEventArgs e)
 {
     var eh = this.CommandCreated;
     if (eh != null)
     {
         eh(this, e);
     }
 }