OlapConnectionTNativeOnCubeUpdated Property

Gets or sets delegate to execute when the cube metadata is updated.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Action<string> OnCubeUpdated { get; set; }

Property Value

Type: ActionString
The delegate.
See Also