Alsing.SourceCode.RowEventArgs.RowEventArgs C# (CSharp) Method

RowEventArgs() public method

public RowEventArgs ( Row row ) : System
row Row
return System
        public RowEventArgs(Row row)
        {
            Row = row;
        }
    }
RowEventArgs