C# 클래스 Nexus.Client.PluginManagement.UI.ExportSucceededEventArgs

An event arguments class that indicates that an export operation succeeded.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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