Class VisualizationEditorClosedEventArgs
The type of the event arguments of the VisualizationEditorClosed event.
Inheritance
System.Object
System.EventArgs
VisualizationEditorClosedEventArgs
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 VisualizationEditorClosedEventArgs : EventArgs
Properties
IsCancelled
This property is true if the editor was closed by discarding the changes (pressing the X button).
Declaration
public bool IsCancelled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewVisualization
This property is true if it is a new visualization that has been created
Declaration
public bool IsNewVisualization { get; }
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 |