C# Class withSIX.Play.Presentation.Wpf.Views.Games.Overlays.NotesView

Inheritance: System.Windows.Controls.UserControl, IDisposable
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Dispose ( ) : void
FocusNotesEntry ( ) : void
NotesView ( ) : System
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
OnLoaded ( object sender, RoutedEventArgs args ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FocusNotesEntry() public méthode

public FocusNotesEntry ( ) : void
Résultat void

NotesView() public méthode

public NotesView ( ) : System
Résultat System

OnKeyDown() public méthode

public OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
sender object
keyEventArgs System.Windows.Input.KeyEventArgs
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
sender object
keyEventArgs System.Windows.Input.KeyEventArgs
Résultat void

OnLoaded() public méthode

public OnLoaded ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void