Class VisualizationEditorClosingEventArgs

The type of the event arguments of the VisualizationEditorClosing event.

Inheritance
System.Object
VisualizationEditorClosingEventArgs
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class VisualizationEditorClosingEventArgs : CancelEventArgs

Properties

IsNewVisualization

This property is true if it is new visualization that has been created

Declaration
public bool IsNewVisualization { get; }
Property Value
Type Description
System.Boolean

ResetVisualization

Set this property to true in order to reset the visualization at its initial state resetting any changes.

Declaration
public bool ResetVisualization { get; set; }
Property Value
Type Description
System.Boolean

Visualization

The visualization after the changes made in the editor

Declaration
public RVVisualization Visualization { get; }
Property Value
Type Description
RVVisualization