C# Class WinRTXamlToolkit.Controls.DelayedLoadControl

Inheritance: Windows.UI.Xaml.Controls.Control
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
ContentTemplateProperty Windows.UI.Xaml.DependencyProperty
DelayProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
DelayedLoadControl ( ) : System

Initializes a new instance of the DelayedLoadControl class.

Protected Methods

Method 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

Method Description
DelayedLoad ( ) : void
OnIsEnabledChanged ( object sender, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void

Method Details

DelayedLoadControl() public method

Initializes a new instance of the DelayedLoadControl class.
public DelayedLoadControl ( ) : System
return System

OnApplyTemplate() protected method

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
return void

Property Details

ContentTemplateProperty public_oe static_oe property

The content template property
public static DependencyProperty,Windows.UI.Xaml ContentTemplateProperty
return Windows.UI.Xaml.DependencyProperty

DelayProperty public_oe static_oe property

The delay property.
public static DependencyProperty,Windows.UI.Xaml DelayProperty
return Windows.UI.Xaml.DependencyProperty