Ejemplo n.º 1
0
 protected virtual void OnCommandStateChanged(CommandStateEventArgs e)
 {
     if (this.CommandStateChanged != null)
     {
         this.CommandStateChanged(this, e);
     }
 }
Ejemplo n.º 2
0
 protected virtual void OnCommandStateChanged(CommandStateEventArgs e)
 {
     if (this.CommandStateChanged != null)
     {
         this.CommandStateChanged(this, e);
     }
 }