Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
DashboardSaveEventArgs Class Members
The following tables list the members exposed by DashboardSaveEventArgs.
Public Properties
| Name | Description |
| IsSaveAs | A flag indicating if this event was originated by a 'save' (false) or 'save as' (true) operation. |
| Name | The name of the dashboard being saved. |
Public Methods
| Name | Description |
| SaveFinished | Notifies the Reveal SDK the save operation has finished and it should switch to view mode. |
| Serialize | Serializes the current dashboard to a byte array |
| SerializeWithNewName | Serializes the current dashboard in '.rdash' format to a byte array, the title of the dashboard is changed to match the specified name. |
See Also