Version

DashboardSaveEventArgs Class Members

The following tables list the members exposed by DashboardSaveEventArgs.

Public Properties
 NameDescription
Public PropertyIsSaveAsA flag indicating if this event was originated by a 'save' (false) or 'save as' (true) operation.  
Public PropertyNameThe name of the dashboard being saved.  
Public Methods
 NameDescription
Public MethodSaveFinishedNotifies the Reveal SDK the save operation has finished and it should switch to view mode.  
Public MethodSerializeSerializes the current dashboard to a byte array  
Public MethodSerializeWithNewNameSerializes the current dashboard in '.rdash' format to a byte array, the title of the dashboard is changed to match the specified name.  
See Also