RowColumnChangeEventArgsRow Property |
The changed row
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IBufferRow Row { get; }
Public ReadOnly Property Row As IBufferRow
Get
public:
property IBufferRow^ Row {
IBufferRow^ get ();
}
member Row : IBufferRow with get
Property Value
Type:
IBufferRow
See Also