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

In This Topic
    Action Property
    In This Topic
    Gets the type of change occurred on the C1ViewRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As C1ViewRowActionEnum
    public C1ViewRowActionEnum Action {get;}
    See Also