C# 클래스 ModularityWithNinject.Desktop.ModuleControl

Interaction logic for ModuleControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Wpf

공개 메소드들

메소드 설명
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