Prepares the control for export operations and executes the specified export action when the context is ready.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
C# |
---|
void Export( Delegate action ) |
Visual Basic (Declaration) |
---|
Sub Export ( _ action As Delegate _ ) |
Parameters
- action
- Type: System..::.Delegate
The export action to execute when internal control preparation is completed.