Alsing.SourceCode.RowEventArgs.RowEventArgs C# (CSharp) Метод

RowEventArgs() публичный Метод

public RowEventArgs ( Row row ) : System
row Row
Результат System
        public RowEventArgs(Row row)
        {
            Row = row;
        }
    }
RowEventArgs