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

Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
Commit ( ) : void
EventEditor ( ) : System
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Méthodes protégées

Méthode 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 méthode

public Commit ( ) : void
Résultat void

EventEditor() public méthode

public EventEditor ( ) : System
Résultat System

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewLostKeyboardFocus() protected méthode

protected OnPreviewLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

SpecialInitializeComponent() public méthode

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
Résultat void