示例#1
0
 protected virtual void OnRowEditing(GridRowEditingEventArgs e)
 {
     if (RowEditing != null)
     {
         RowEditing(this, e);
     }
 }
示例#2
0
		protected virtual void OnRowEditing(GridRowEditingEventArgs e)
		{
			if (RowEditing != null)
				RowEditing(this, e);
		}