C# Class Hadows.Control.ComponentContentControl

Inheritance: Windows.UI.Xaml.Controls.ContentControl, INotifyPropertyChanged
Exibir arquivo Open project: vapps/-Hadows

Public Methods

Method Description
ComponentContentControl ( ) : System
GetComponentSnappedHeight ( ) : double

Protected Methods

Method Description
OnApplyTemplate ( ) : void
OnPropertyChanged ( string propertyName ) : void

프로퍼티가 변경되면 PropertyChanged 이벤트을 발생시켜주는 메서드

Private Methods

Method Description
AddButton_Click ( object sender, RoutedEventArgs e ) : void
ClearButton_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponents ( ) : void
LinkEvents ( ) : void
selector_ItemSelected ( object sender, Component e ) : void

Method Details

ComponentContentControl() public method

public ComponentContentControl ( ) : System
return System

GetComponentSnappedHeight() public method

public GetComponentSnappedHeight ( ) : double
return double

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnPropertyChanged() protected method

프로퍼티가 변경되면 PropertyChanged 이벤트을 발생시켜주는 메서드
protected OnPropertyChanged ( string propertyName ) : void
propertyName string 변경된 프로퍼티 이름
return void