ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRowChangeEventArgs Class / Row Property

In This Topic
    Row Property (C1ViewRowChangeEventArgs)
    In This Topic
    Gets the C1ViewRow that is being changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1ViewRow
    public C1ViewRow Row {get;}
    See Also