Exemplo n.º 1
0
 /// <summary>
 /// Raise the event within the method.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void RiseCreated(RoleEditEventArgs e)
 {
     // If event was attached then fire it.
     if (Created != null)
     {
         Created(this, e);
     }
 }
Exemplo n.º 2
0
 void RoleEdit1_Updated(object sender, RoleEditEventArgs e)
 {
     //RoleList1.RefreshList();
 }