C# Class JeffWilcox.Controls.WebXamlBlock

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: jeffwilcox/thejeffwilcox Class Usage Examples

Méthodes publiques

Свойство Type Description
FallbackContentProperty System.Windows.DependencyProperty
XamlUriProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
WebXamlBlock ( ) : System

Méthodes protégées

Méthode Description
OnContentChanged ( object oldContent, object newContent ) : void
OnContentReady ( ) : void

Private Methods

Méthode Description
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

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void

OnContentReady() protected méthode

protected OnContentReady ( ) : void
Résultat void

WebXamlBlock() public méthode

public WebXamlBlock ( ) : System
Résultat System

Property Details

FallbackContentProperty public_oe static_oe property

Identifies the FallbackContent dependency property.
public static DependencyProperty,System.Windows FallbackContentProperty
Résultat System.Windows.DependencyProperty

XamlUriProperty public_oe static_oe property

Identifies the XamlUri dependency property.
public static DependencyProperty,System.Windows XamlUriProperty
Résultat System.Windows.DependencyProperty