C# Class JryVideo.Controls.EditVideo.EditVideoUserControl

EditVideoUserControl.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Cologler/JRYVideo

Méthodes publiques

Méthode Description
EditVideoUserControl ( ) : System

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

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

Private Methods

Méthode Description
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

Method Details

EditVideoUserControl() public méthode

public EditVideoUserControl ( ) : System
Résultat System

OnInitialized() protected méthode

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