C# Class DroidExplorer.Configuration.UI.ProxyUIEditor

Inheritance: PropertyGridEditor
ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
ProxyUIEditor ( ) : System

Initializes a new instance of the ProxyUIEditor class.

Protected Methods

Method Description
OnPropertyValueChanged ( System e ) : void

Raises the E:System.Windows.Forms.PropertyGrid.PropertyValueChanged event.

Method Details

OnPropertyValueChanged() protected method

Raises the E:System.Windows.Forms.PropertyGrid.PropertyValueChanged event.
protected OnPropertyValueChanged ( System e ) : void
e System A that contains the event data.
return void

ProxyUIEditor() public method

Initializes a new instance of the ProxyUIEditor class.
public ProxyUIEditor ( ) : System
return System