C# Class StreetFoo.Client.UI.MyGridView

Inheritance: Windows.UI.Xaml.Controls.GridView
Mostra file Open project: mbrit/ProgrammingMetroStyle

Public Properties

Property Type Description
ItemClickedCommandProperty Windows.UI.Xaml.DependencyProperty
OpenAppBarsOnMultipleSelectionProperty Windows.UI.Xaml.DependencyProperty
OpenAppBarsOnRightClickProperty Windows.UI.Xaml.DependencyProperty
SelectionCommandProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
MyGridView ( ) : System

Protected Methods

Method Description
OnPointerPressed ( PointerRoutedEventArgs e ) : void

Private Methods

Method Description
MyGridView_ItemClick ( object sender, ItemClickEventArgs e ) : void
MyGridView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

MyGridView() public method

public MyGridView ( ) : System
return System

OnPointerPressed() protected method

protected OnPointerPressed ( PointerRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.PointerRoutedEventArgs
return void

Property Details

ItemClickedCommandProperty public_oe static_oe property

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

OpenAppBarsOnMultipleSelectionProperty public_oe static_oe property

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

OpenAppBarsOnRightClickProperty public_oe static_oe property

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

SelectionCommandProperty public_oe static_oe property

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