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

OnRowChanging() private method

private OnRowChanging ( global e ) : void
e global
return void
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.CategoriesRowChanging != null)) {
                    this.CategoriesRowChanging(this, new CategoriesRowChangeEvent(((CategoriesRow)(e.Row)), e.Action));
                }
            }