DataSetChange Event

Microsoft Office Web Components Object Model

DataSetChange Event

       

Occurs whenever a chart workspace is data-bound and the data set changes—for example, when a filter operation takes place. This event also occurs when initial data is available from the data source.

Private Sub Object_DataSetChange( )

Object   The name of the ChartSpace object that this event applies to.

Remarks

For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.