Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRowChangeEvent.CategoriesRowChangeEvent C# (CSharp) Method

CategoriesRowChangeEvent() private method

private CategoriesRowChangeEvent ( CategoriesRow row, global action )
row CategoriesRow
action global
            public CategoriesRowChangeEvent(CategoriesRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
DataSet1.CategoriesRowChangeEvent