C# Class SimpleSkin.MiniView

Interaction logic for MiniView.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
MiniView ( System.Action showSkin ) : System

Méthodes protégées

Méthode Description
OnPreviewMouseDoubleClick ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
GetFocus ( ) : void
OnMoveDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ReleaseFocus ( ) : void
WndProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

MiniView() public méthode

public MiniView ( System.Action showSkin ) : System
showSkin System.Action
Résultat System

OnPreviewMouseDoubleClick() protected méthode

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

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void