C# Class FlatRedBall.Glue.Controls.AddEventWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddEventWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Method Description
AddVariableWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
AddVariableWindow_Load ( object sender, EventArgs e ) : void
AvailableTypesComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
FillAvailableDelegateTypes ( ) : void
FillExposableEvents ( ) : void
FillTunnelableEventsFor ( NamedObjectSave nos ) : void
FillTunnelingObjects ( ) : void
FillTypeConverters ( ) : void
InitializeComponent ( ) : void

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

TunnelingObjectComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
TunnelingVariableComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateGenericUiVisibility ( ) : void
radCreateNewEvent_CheckedChanged ( object sender, EventArgs e ) : void
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

AddEventWindow() public method

public AddEventWindow ( ) : System
return System

Dispose() protected method

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

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void