コード例 #1
0
ファイル: RoleEdit.ascx.cs プロジェクト: Yasir0/x360ce
 /// <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);
     }
 }
コード例 #2
0
 void RoleEdit1_Updated(object sender, RoleEditEventArgs e)
 {
     //RoleList1.RefreshList();
 }