C# Class JryVideo.Controls.EditVideo.EditVideoUserControl

EditVideoUserControl.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Cologler/JRYVideo

Public Methods

Method Description
EditVideoUserControl ( ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

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

Private Methods

Method 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 method

public EditVideoUserControl ( ) : System
return System

OnInitialized() protected method

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