C# Class SadConsoleEditor.Controls.CharacterPicker.SelectedCharacterEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Thraka/SadConsoleEditor

Méthodes publiques

Свойство Type Description
NewCharacter int
OldCharacter int

Méthodes publiques

Méthode Description
SelectedCharacterEventArgs ( int oldCharacter, int newCharacter ) : System

Method Details

SelectedCharacterEventArgs() public méthode

public SelectedCharacterEventArgs ( int oldCharacter, int newCharacter ) : System
oldCharacter int
newCharacter int
Résultat System

Property Details

NewCharacter public_oe property

public int NewCharacter
Résultat int

OldCharacter public_oe property

public int OldCharacter
Résultat int