Class VisualizationLinkingDashboardEventArgs
The arguments object passed to
Inheritance
System.Object
System.EventArgs
VisualizationLinkingDashboardEventArgs
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 VisualizationLinkingDashboardEventArgs : EventArgs
Properties
Callback
Callback function to invoke when processing the
Declaration
public VisualizationLinkingCallback Callback { get; }
Property Value
Type | Description |
---|---|
VisualizationLinkingCallback |
DashboardId
Helper getter that returns the dashboard id referenced by the URL, when the URL is in the format "id:value".
Declaration
public string DashboardId { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
Title of the link, as specified when the link was defined in the dashboard.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Url
URL to the target dashboard, usually an internal URL containing the ID of the target dashboard.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
System.String |