C# Class Descent.Messaging.Events.SwitchItemsEventArgs

The event arguments for switching items.
Inheritance: GameEventArgs
Mostra file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
PopulateWithArgs ( string stringArgs ) : void
SwitchItemsEventArgs ( int field1, int field2 ) : System.Diagnostics.Contracts
SwitchItemsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
ToString ( ) : string

Method Details

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

SwitchItemsEventArgs() public method

public SwitchItemsEventArgs ( int field1, int field2 ) : System.Diagnostics.Contracts
field1 int
field2 int
return System.Diagnostics.Contracts

SwitchItemsEventArgs() public method

public SwitchItemsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

ToString() public method

public ToString ( ) : string
return string