Exemplo n.º 1
0
 private void _tree_CustomNodeCellEditForEditing(object sender, DevExpress.XtraTreeList.GetCustomNodeCellEditEventArgs e)
 {
     if (!ReferenceEquals(CustomRowCellEditForEditing, null))
     {
         CustomRowCellEditForEditing.Invoke(sender, new CustomRowCellEditEventArgs(e));
     }
 }
Exemplo n.º 2
0
 private void _view_CustomRowCellEditForEditing(object sender, DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventArgs e)
 {
     if (!ReferenceEquals(CustomRowCellEditForEditing, null))
     {
         CustomRowCellEditForEditing.Invoke(sender, new CustomRowCellEditEventArgs(e));
     }
 }