protected virtual void OnRowEditing(GridRowEditingEventArgs e) { if (RowEditing != null) { RowEditing(this, e); } }
protected virtual void OnRowEditing(GridRowEditingEventArgs e) { if (RowEditing != null) RowEditing(this, e); }