C# Класс ModularityWithNinject.Desktop.ModuleControl

Interaction logic for ModuleControl.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
ModuleControl ( ) : System

Initializes a new instance of the ModuleControl class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

ModuleControl() публичный Метод

Initializes a new instance of the ModuleControl class.
public ModuleControl ( ) : System
Результат System

OnMouseLeftButtonUp() защищенный Метод

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.
Результат void