C# Class WinRTXamlToolkit.Controls.SimpleThemingListBoxItem

ListBoxItem implementation for use in SimpleThemingListBox. Provides properties to set brushes for hover states.
Inheritance: Windows.UI.Xaml.Controls.ListBoxItem
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
SimpleThemingListBoxItem ( ) : Windows.UI.Xaml

Initializes a new instance of the SimpleThemingListBoxItem class.

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnPointerCaptureLost ( object sender, Windows e ) : void

Handles scrolling by touch.

OnPointerEntered ( object sender, Windows e ) : void
OnPointerExited ( object sender, Windows e ) : void
OnPointerLeftItem ( ) : void
OnPointerOverItem ( ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

SimpleThemingListBoxItem() public method

Initializes a new instance of the SimpleThemingListBoxItem class.
public SimpleThemingListBoxItem ( ) : Windows.UI.Xaml
return Windows.UI.Xaml