C# Class SadConsoleEditor.Controls.CharacterPicker.SelectedCharacterEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: Thraka/SadConsoleEditor

Public Properties

Property Type Description
NewCharacter int
OldCharacter int

Public Methods

Method Description
SelectedCharacterEventArgs ( int oldCharacter, int newCharacter ) : System

Method Details

SelectedCharacterEventArgs() public method

public SelectedCharacterEventArgs ( int oldCharacter, int newCharacter ) : System
oldCharacter int
newCharacter int
return System

Property Details

NewCharacter public_oe property

public int NewCharacter
return int

OldCharacter public_oe property

public int OldCharacter
return int