C# 클래스 JryVideo.Controls.EditVideo.EditVideoUserControl

EditVideoUserControl.xaml 的交互逻辑
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Cologler/JRYVideo

공개 메소드들

메소드 설명
EditVideoUserControl ( ) : System

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

引发 E:System.Windows.FrameworkElement.Initialized 事件。 每当在内部将 P:System.Windows.FrameworkElement.IsInitialized 设置为 true 时,都将调用此方法。

비공개 메소드들

메소드 설명
CommitButton_OnClick ( object sender, RoutedEventArgs e ) : void
EditCoverButton_OnClick ( object sender, RoutedEventArgs e ) : void
EditVideoTypeButton_OnClick ( object sender, RoutedEventArgs e ) : void
LoadDoubanButton_OnClick ( object sender, RoutedEventArgs e ) : void
SelectLastVideoButton_OnClick ( object sender, RoutedEventArgs e ) : void
SelectNextVideoButton_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

EditVideoUserControl() 공개 메소드

public EditVideoUserControl ( ) : System
리턴 System

OnInitialized() 보호된 메소드

引发 E:System.Windows.FrameworkElement.Initialized 事件。 每当在内部将 P:System.Windows.FrameworkElement.IsInitialized 设置为 true 时,都将调用此方法。
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs 包含事件数据的
리턴 void