C# Class CodeBox.Core.Main

Afficher le fichier Open project: anaimi/codebox Class Usage Examples

Méthodes publiques

Méthode Description
Main ( ) : System
PageLoaded ( object o, EventArgs e ) : void
UpdateDimensions ( double width, double height ) : void

Private Methods

Méthode Description
GridRootSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
InitializeComponent ( ) : void
MouseWheelScrolled ( int delta ) : void
TextBoxLostFocus ( object sender, RoutedEventArgs e ) : void
TextChanged ( object sender, EventArgs e ) : void
WireScrollBarEvent ( object sender, EventArgs e ) : void

Method Details

Main() public méthode

public Main ( ) : System
Résultat System

PageLoaded() public méthode

public PageLoaded ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

UpdateDimensions() public méthode

public UpdateDimensions ( double width, double height ) : void
width double
height double
Résultat void