DataSourceView.DataSourceViewChanged 事件
定义
在数据源视图更改时发生。Occurs when the data source view has changed.
public:
event EventHandler ^ DataSourceViewChanged;
public event EventHandler DataSourceViewChanged;
member this.DataSourceViewChanged : EventHandler
Public Custom Event DataSourceViewChanged As EventHandler
事件类型
注解
对数据源视图所做的更改可能是由于数据源视图所执行的数据操作更改了其属性值或数据更改引起的。The change to the data source view could be due to a change in the values of its properties, or to a change in the data due to a data operation performed by the data source view.
有关如何处理事件的详细信息,请参阅 处理和引发事件。For more information about how to handle events, see Handling and Raising Events.