C# Class TryMessageBox.MyDialog

Inheritance: System.Windows.Window
ファイルを表示 Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
Open ( FrameworkElement container ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnClosing ( System e ) : void

Private Methods

Method Description
Container_Loaded ( object sender, RoutedEventArgs e ) : void
Container_Unloaded ( object sender, RoutedEventArgs e ) : void
GetOwnerWindow ( FrameworkElement source ) : Window
Owner_Closing ( object sender, System e ) : void

Method Details

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

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

Open() public method

public Open ( FrameworkElement container ) : void
container System.Windows.FrameworkElement
return void