Class DashboardSelectorRequestedEventArgs

The arguments object passed to DashboardSelectorRequested event with the callback function to invoke with the resulting dashboard.

Inheritance
System.Object
System.EventArgs
DashboardSelectorRequestedEventArgs
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 DashboardSelectorRequestedEventArgs : EventArgs

Properties

Callback

Callback to invoke with the selected dashboard or null if no dashboard was selected.

Declaration
public DashboardSelectedCallback Callback { get; }
Property Value
Type Description
DashboardSelectedCallback

RelativePoint

Location relative to the RevealView instance where the dialog was requested

Declaration
public Point RelativePoint { get; }
Property Value
Type Description
System.Windows.Point