C# Class ModularityWithNinject.Desktop.ModuleControl

Interaction logic for ModuleControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Wpf

Méthodes publiques

Méthode Description
ModuleControl ( ) : System

Initializes a new instance of the ModuleControl class.

Méthodes protégées

Méthode Description
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

Invoked when an unhandled E:System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Private Methods

Méthode Description
ModuleControl_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ModuleControl_Loaded ( object sender, RoutedEventArgs e ) : void
ModuleTrackingState_PropertyChanged ( object sender, System e ) : void
OnDataContextChanged ( ) : void
RaiseRequestModuleLoad ( ) : void
UpdateClickToLoadTextBlockVisibility ( ) : void
UpdateLoadProgressTextBlockVisibility ( ) : void

Method Details

ModuleControl() public méthode

Initializes a new instance of the ModuleControl class.
public ModuleControl ( ) : System
Résultat System

OnMouseLeftButtonUp() protected méthode

Invoked when an unhandled E:System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs The that contains the event data. The event data reports that the left mouse button was released.
Résultat void