C# Class Nexus.Client.PluginManagement.UI.ExportSucceededEventArgs

An event arguments class that indicates that an export operation succeeded.
Inheritance: System.EventArgs
显示文件 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
ExportSucceededEventArgs ( int p_intExportedPluginCount ) : System

A simple constructor that initializes the object with the given values.

This form of the constructor is used when exporting to the clipboard.

ExportSucceededEventArgs ( string p_strFilename, int p_intExportedPluginCount ) : System

A simple constructor that initializes the object with the given values.

Method Details

ExportSucceededEventArgs() public method

A simple constructor that initializes the object with the given values.
This form of the constructor is used when exporting to the clipboard.
public ExportSucceededEventArgs ( int p_intExportedPluginCount ) : System
p_intExportedPluginCount int The number of plaugins that were exported.
return System

ExportSucceededEventArgs() public method

A simple constructor that initializes the object with the given values.
public ExportSucceededEventArgs ( string p_strFilename, int p_intExportedPluginCount ) : System
p_strFilename string The filename that the load order was exported to.
p_intExportedPluginCount int The number of plaugins that were exported.
return System