Prepares the control for export operations and executes the specified export action when the context is ready.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public void Export(
	Delegate action
)
Visual Basic (Declaration)
Public Sub Export ( _
	action As Delegate _
)

Parameters

action
Type: System..::.Delegate
The export action to execute when internal control preparation is completed.

Implements

IPertChartView..::.Export(Delegate)

See Also