Axiom.Demos.Configuration.EngineConfig.FilePathDataTable.OnRowDeleted C# (CSharp) Метод

OnRowDeleted() приватный Метод

private OnRowDeleted ( global e ) : void
e global
Результат void
			protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
				base.OnRowDeleted(e);
				if ((this.FilePathRowDeleted != null)) {
					this.FilePathRowDeleted(this, new FilePathRowChangeEvent(((FilePathRow)(e.Row)), e.Action));
				}
			}