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
事件類型
備註
資料來源 view 的變更可能是因為它的屬性值變更,或是因為資料來源視圖所執行的資料作業而變更資料。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.