Data Port Sync 1.0.500

ExportCancelEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Builds an instance of the class from an ExportAction value and a description.

[Visual Basic]
Public Sub New( _
   ByVal ExportAction As ExportAction, _
   ByVal String As String _
)
[C#]
public ExportCancelEventArgs(
   ExportAction action,
   String strDescription
);

Parameters

ExportAction
ExportAction value.
String
Event description.

See Also

ExportCancelEventArgs Class | Primeworks.DataPortSync Namespace