C# Class nHydrate.Generator.Common.GeneratorFramework.PropertyGrid

Inheritance: ModelObjectUserInterface
Show file Open project: nHydrate/nHydrate

Public Methods

Method Description
PropertyGrid ( ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

propertyGrid1_PropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPropertyValueChanged() protected method

protected OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void
e System.Windows.Forms.PropertyValueChangedEventArgs
return void

PropertyGrid() public method

public PropertyGrid ( ) : System.Windows.Forms
return System.Windows.Forms