DashboardDesignerBeforeFileDialog Event |
|
DataPA OpenAnalytics API Reference
Event raised before showing the file dialog.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerBeforeFileDialogEventHandler BeforeFileDialog
Public Event BeforeFileDialog As DashboardDesignerBeforeFileDialogEventHandler
public:
event DashboardDesignerBeforeFileDialogEventHandler^ BeforeFileDialog {
void add (DashboardDesignerBeforeFileDialogEventHandler^ value);
void remove (DashboardDesignerBeforeFileDialogEventHandler^ value);
}
function add_BeforeFileDialog(value);
function remove_BeforeFileDialog(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerBeforeFileDialogEventHandlerRemarks Can be used to override the default settings in the file dialog, or override the dialog completely.
See Also