Axiom.Demos.Configuration.EngineConfig.FilePathRowChangeEvent.FilePathRowChangeEvent C# (CSharp) Method

FilePathRowChangeEvent() private method

private FilePathRowChangeEvent ( FilePathRow row, global action )
row FilePathRow
action global
			public FilePathRowChangeEvent(FilePathRow row, global::System.Data.DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
			
EngineConfig.FilePathRowChangeEvent