C# 클래스 Hadows.Control.ComponentContentControl

상속: Windows.UI.Xaml.Controls.ContentControl, INotifyPropertyChanged
파일 보기 프로젝트 열기: vapps/-Hadows

공개 메소드들

메소드 설명
ComponentContentControl ( ) : System
GetComponentSnappedHeight ( ) : double

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void
OnPropertyChanged ( string propertyName ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

ComponentContentControl() 공개 메소드

public ComponentContentControl ( ) : System
리턴 System

GetComponentSnappedHeight() 공개 메소드

public GetComponentSnappedHeight ( ) : double
리턴 double

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

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