예제 #1
0
 protected virtual void OnCommandStateChanged(CommandStateEventArgs e)
 {
     if (this.CommandStateChanged != null)
     {
         this.CommandStateChanged(this, e);
     }
 }
예제 #2
0
 protected virtual void OnCommandStateChanged(CommandStateEventArgs e)
 {
     if (this.CommandStateChanged != null)
     {
         this.CommandStateChanged(this, e);
     }
 }