C# Класс Nexus.Client.PluginManagement.UI.ExportSucceededEventArgs

An event arguments class that indicates that an export operation succeeded.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ExportSucceededEventArgs() публичный Метод

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.
Результат System

ExportSucceededEventArgs() публичный Метод

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.
Результат System