C# Class Zetbox.Client.WPF.CustomControls.WindowView

Inheritance: System.Windows.Window
Exibir arquivo Open project: daszat/zetbox

Private Properties

Property Type Description
WindowView_Loaded void
WindowView_PropertyChanged void

Public Methods

Method Description
WindowView ( ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
WindowView_Loaded ( object sender, RoutedEventArgs e ) : void
WindowView_PropertyChanged ( object sender, System e ) : void

Method Details

OnClosing() protected method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

WindowView() public method

public WindowView ( ) : System
return System