Class DataSourceSelectionEventArgs
The arguments object passed to
Inheritance
System.Object
DataSourceSelectionEventArgs
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class DataSourceSelectionEventArgs : CancelEventArgs
Fields
DataSources
List of data sources returned by DataSourcesRequested.
Declaration
public RevealDataSources DataSources
Field Value
Type | Description |
---|---|
RevealDataSources |
Properties
Callback
The callback to use when the selection is ready, can only be used if the event is cancelled.
Declaration
public DataSourceSelectedCallback Callback { get; }
Property Value
Type | Description |
---|---|
DataSourceSelectedCallback |
Trigger
Event that originated the data sources selection, one of visualization, dashboard filter or data blending.
Declaration
public DataSourcesRequestedTriggerType Trigger { get; }
Property Value
Type | Description |
---|---|
DataSourcesRequestedTriggerType |