Class DashboardSelectorRequestedEventArgs
The arguments object passed to 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
csharp
Properties
Callback
Callback to invoke with the selected dashboard or null
if no dashboard was selected.
Declaration
public DashboardSelectedCallback Callback { get; }
csharp
Property Value
Type | Description |
---|---|
Dashboard |
RelativePoint
Location relative to the RevealView instance where the dialog was requested
Declaration
public Point RelativePoint { get; }
csharp
Property Value
Type | Description |
---|---|
System. |