C# Class Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditors.InstallableFileEditor

Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Private Properties

Свойство Type Description
EditControl_KeyDown void
InitializeComponent void
InstallableFileValidated void
ViewModel_PropertyChanged void
butSave_Click void
butSource_Click void
tbxSource_Validated void

Méthodes publiques

Méthode Description
InstallableFileEditor ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EditControl_KeyDown ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstallableFileValidated ( object sender, EventArgs e ) : void
ViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
butSave_Click ( object sender, EventArgs e ) : void
butSource_Click ( object sender, EventArgs e ) : void
tbxSource_Validated ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InstallableFileEditor() public méthode

public InstallableFileEditor ( ) : System
Résultat System