DataPA Enterprise Dashboard Controls 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
| 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..::..BeforeFileDialogEventHandlerRemarks
See Also