Class VisualizationDataLoadingEventArgs
The type of the event arguments of the VisualizationDataLoading event.
Inheritance
System.Object
VisualizationDataLoadingEventArgs
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class VisualizationDataLoadingEventArgs : CancelEventArgs
Properties
ErrorMessage
Set this property with the error message to be displayed in the visualization when the event is canceled.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visualization
The visualization loading data
Declaration
public RVVisualization Visualization { get; }
Property Value
Type | Description |
---|---|
RVVisualization |