BKI_DichVuMatDat.BaoCao.f440_rpt_luong.pivotGridControl1_CellDoubleClick C# (CSharp) Method

pivotGridControl1_CellDoubleClick() public method

public pivotGridControl1_CellDoubleClick ( object sender, DevExpress e ) : void
sender object
e DevExpress
return void
        void pivotGridControl1_CellDoubleClick(object sender, DevExpress.XtraPivotGrid.PivotCellEventArgs e)
        {
            try
            {
                f441_thuc_linh_de frm = new f441_thuc_linh_de();
                frm.fillDataSource(e.CreateDrillDownDataSource());
                frm.ShowDialog();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }