Axiom.Demos.Configuration.EngineConfig.FilePathDataTable.OnRowDeleting C# (CSharp) Method

OnRowDeleting() private method

private OnRowDeleting ( global e ) : void
e global
return void
			protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
				base.OnRowDeleting(e);
				if ((this.FilePathRowDeleting != null)) {
					this.FilePathRowDeleting(this, new FilePathRowChangeEvent(((FilePathRow)(e.Row)), e.Action));
				}
			}