C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.EventEditor

显示文件 Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
Commit ( ) : void
EventEditor ( ) : System
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnPreviewLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

EventEditor() public method

public EventEditor ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnPreviewLostKeyboardFocus() protected method

protected OnPreviewLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
return void

SpecialInitializeComponent() public method

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
return void