C# Class Gymnastika.Views.UserProfileView

Inheritance: System.Windows.Window, IUserProfileView
ファイルを表示 Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
RoutedClosingEvent System.Windows.RoutedEvent

Public Methods

Method Description
UserProfileView ( UserProfileViewModel vm ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void

Private Methods

Method Description
HeaderTextBlock_MouseEnter ( object sender, System e ) : void
HeaderTextBlock_MouseLeave ( object sender, System e ) : void
IUserProfileView ( ) : void
OnWindowClosingStoryboard_Completed ( object sender, EventArgs e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

UserProfileView() public method

public UserProfileView ( UserProfileViewModel vm ) : System
vm Gymnastika.ViewModels.UserProfileViewModel
return System

Property Details

RoutedClosingEvent public_oe static_oe property

public static RoutedEvent,System.Windows RoutedClosingEvent
return System.Windows.RoutedEvent