DataPA Enterprise Dashboard Controls API Reference
Event raised before showing the file dialog.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public event DashboardDesigner..::..BeforeFileDialogEventHandler BeforeFileDialog
Visual Basic
Public Event BeforeFileDialog As DashboardDesigner..::..BeforeFileDialogEventHandler
Visual C++
public:
 event DashboardDesigner..::..BeforeFileDialogEventHandler^ BeforeFileDialog {
	void add (DashboardDesigner..::..BeforeFileDialogEventHandler^ value);
	void remove (DashboardDesigner..::..BeforeFileDialogEventHandler^ value);
}

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..BeforeFileDialogEventHandler

Remarks

Can be used to override the default settings in the file dialog, or override the dialog completely.

See Also