C# 클래스 JeffWilcox.Controls.WebXamlBlock

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: jeffwilcox/thejeffwilcox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FallbackContentProperty System.Windows.DependencyProperty
XamlUriProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
WebXamlBlock ( ) : System

보호된 메소드들

메소드 설명
OnContentChanged ( object oldContent, object newContent ) : void
OnContentReady ( ) : void

비공개 메소드들

메소드 설명
OnDownloadStringCompleted ( object sender, JeffWilcox.FourthAndMayor.MyDownloadStringCompletedEventArgs e ) : void
OnError ( ) : void
OnXamlUriPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

XamlUriProperty property changed handler.

StopLoading ( ) : void
TryDownloading ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnContentChanged() 보호된 메소드

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
리턴 void

OnContentReady() 보호된 메소드

protected OnContentReady ( ) : void
리턴 void

WebXamlBlock() 공개 메소드

public WebXamlBlock ( ) : System
리턴 System

프로퍼티 상세

FallbackContentProperty 공개적으로 정적으로 프로퍼티

Identifies the FallbackContent dependency property.
public static DependencyProperty,System.Windows FallbackContentProperty
리턴 System.Windows.DependencyProperty

XamlUriProperty 공개적으로 정적으로 프로퍼티

Identifies the XamlUri dependency property.
public static DependencyProperty,System.Windows XamlUriProperty
리턴 System.Windows.DependencyProperty