Delegate OpenSaveDialogEventHandler
Represents the method that will handle the designer's custom dialogs event.
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public delegate void OpenSaveDialogEventHandler(object sender, OpenSaveDialogEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
OpenSaveDialogEventArgs | e | The event data. |