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

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.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.

See Also