C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace : C1DataViewSet Class |
For a list of all members of this type, see C1DataViewSet members.
Name | Description | |
---|---|---|
![]() | CalculateColumn | Occurs when C1ViewColumn value is being retrieved. |
![]() | ColumnChanged | Occurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow. |
![]() | ColumnChanging | Occurs when a value is being changed for specified C1ViewColumn in a C1ViewRow. |
![]() | ConnectionOpening | Occurs before C1DataViewSet opens a connection for data and schema fetching or data updating. This event allows you to set up connection properties such as login attributes before it will be opened. |
![]() | CurrentChanged | Occurs when values of the current C1ViewRow belonging to the specified C1DataView have been changed, either because another row becomes the current one or because values of the current row have been changed. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FilterRow | Allows to filter out C1DataView rows on a client in code. |
![]() | PositionChanged | Occurs when Position property has been changed for the specified C1DataView object. |
![]() | RowAddNew | Occurs when the AddNew method is being called. |
![]() | RowChanged | Occurs after editing of C1ViewRow has been successfully finished. |
![]() | RowChanging | Occurs before editing of C1ViewRow will be finished. |
![]() | ViewListChanged | Occurs on any change in rows of the specified C1DataView. |