Class VisualizationEditorOpeningEventArgs
The type of the event arguments of the VisualizationEditorOpening event.
Inheritance
System.Object
VisualizationEditorOpeningEventArgs
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class VisualizationEditorOpeningEventArgs : CancelEventArgs
Properties
IsNewVisualization
This property is true if it is a new visualization that is being created
Declaration
public bool IsNewVisualization { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visualization
The visualization being edited
Declaration
public RVVisualization Visualization { get; }
Property Value
Type | Description |
---|---|
RVVisualization |