Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable.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.CustomersRowChanging != null)) {
                    this.CustomersRowChanging(this, new CustomersRowChangeEvent(((CustomersRow)(e.Row)), e.Action));
                }
            }