C# 클래스 Microsoft.Toolkit.Uwp.SampleApp.SamplePages.LightBehaviorPage

A page that shows how to use the light behavior.
상속: Page
파일 보기 프로젝트 열기: unoplatform/Uno.WindowsCommunityToolkit

공개 메소드들

메소드 설명
LightBehaviorPage ( ) : Microsoft.Toolkit.Uwp.SampleApp.Models

Initializes a new instance of the LightBehaviorPage class.

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when the Page is loaded and becomes the current source of a parent Frame.

메소드 상세

LightBehaviorPage() 공개 메소드

Initializes a new instance of the LightBehaviorPage class.
public LightBehaviorPage ( ) : Microsoft.Toolkit.Uwp.SampleApp.Models
리턴 Microsoft.Toolkit.Uwp.SampleApp.Models

OnNavigatedTo() 보호된 메소드

Invoked when the Page is loaded and becomes the current source of a parent Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that can be examined by overriding code. The event data is representative of the pending navigation that will load the current Page. Usually the most relevant property to examine is Parameter.
리턴 void