C# Class WinRTXamlToolkit.Controls.DelayedLoadControl

Inheritance: Windows.UI.Xaml.Controls.Control
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
ContentTemplateProperty Windows.UI.Xaml.DependencyProperty
DelayProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
DelayedLoadControl ( ) : System

Initializes a new instance of the DelayedLoadControl class.

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

Private Methods

Méthode Description
DelayedLoad ( ) : void
OnIsEnabledChanged ( object sender, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void

Method Details

DelayedLoadControl() public méthode

Initializes a new instance of the DelayedLoadControl class.
public DelayedLoadControl ( ) : System
Résultat System

OnApplyTemplate() protected méthode

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
Résultat void

Property Details

ContentTemplateProperty public_oe static_oe property

The content template property
public static DependencyProperty,Windows.UI.Xaml ContentTemplateProperty
Résultat Windows.UI.Xaml.DependencyProperty

DelayProperty public_oe static_oe property

The delay property.
public static DependencyProperty,Windows.UI.Xaml DelayProperty
Résultat Windows.UI.Xaml.DependencyProperty