C# Class Hanasu.Controls.Flyouts.Flyout

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: Amrykid/Hanasu Class Usage Examples

Public Properties

Property Type Description
FlyoutContentProperty Windows.UI.Xaml.DependencyProperty
HeaderProperty Windows.UI.Xaml.DependencyProperty
ShowSettingsCharmBackButtonAction System.Action
flState bool

Public Methods

Method Description
Flyout ( System.Action backButtonAction = null ) : System
Hide ( ) : void
OnClosingEvent ( object sender ) : void
Show ( ) : void

Protected Methods

Method Description
BackButton_Click ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
CoreWindow_KeyDown ( Windows sender, Windows args ) : void
OnPopupClosed ( object sender, object e ) : void
OnWindowActivated ( object sender, Windows e ) : void

Method Details

BackButton_Click() protected method

protected BackButton_Click ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
return void

Flyout() public method

public Flyout ( System.Action backButtonAction = null ) : System
backButtonAction System.Action
return System

Hide() public method

public Hide ( ) : void
return void

OnClosingEvent() public method

public OnClosingEvent ( object sender ) : void
sender object
return void

Show() public method

public Show ( ) : void
return void

Property Details

FlyoutContentProperty public static property

public static DependencyProperty,Windows.UI.Xaml FlyoutContentProperty
return Windows.UI.Xaml.DependencyProperty

HeaderProperty public static property

public static DependencyProperty,Windows.UI.Xaml HeaderProperty
return Windows.UI.Xaml.DependencyProperty

ShowSettingsCharmBackButtonAction public static property

public static Action,System ShowSettingsCharmBackButtonAction
return System.Action

flState public property

public bool flState
return bool