Class VisualizationEditorOpenedEventArgs

The type of the event arguments of the VisualizationEditorOpened event.

Inheritance
System.Object
System.EventArgs
VisualizationEditorOpenedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class VisualizationEditorOpenedEventArgs : EventArgs

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