C# Class HelpTextBox

Inheritance: TextBox
Mostrar archivo Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Protected Methods

Method Description
subscribeEvents ( ) : void
unsubscribeEvents ( ) : void

Private Methods

Method Description
OnLevelWasLoaded ( int level ) : void
handleNamedEvent ( string eventName ) : void
handleNamedTextEvent ( string key, string text ) : void
isHelpTextBoxEvent ( string key ) : bool

Method Details

subscribeEvents() protected method

protected subscribeEvents ( ) : void
return void

unsubscribeEvents() protected method

protected unsubscribeEvents ( ) : void
return void