C# Class Inventory.Controls.DataList

Inheritance: UserControl, INotifyExpressionChanged
Afficher le fichier Open project: microsoft/react-native-windows-samples

Méthodes publiques

Свойство Type Description
CancelSelectionCommandProperty DependencyProperty
DefaultCommandsProperty DependencyProperty
DeleteCommandProperty DependencyProperty
DeselectItemsCommandProperty DependencyProperty
HeaderTemplateProperty DependencyProperty
IsMultipleSelectionProperty DependencyProperty
ItemSecondaryActionInvokedCommandProperty DependencyProperty
ItemTemplateProperty DependencyProperty
ItemsCountProperty DependencyProperty
ItemsSourceProperty DependencyProperty
NewCommandProperty DependencyProperty
NewLabelProperty DependencyProperty
QueryProperty DependencyProperty
QuerySubmittedCommandProperty DependencyProperty
RefreshCommandProperty DependencyProperty
SelectItemsCommandProperty DependencyProperty
SelectRangesCommandProperty DependencyProperty
SelectedItemProperty DependencyProperty
SelectedItemsCountProperty DependencyProperty
StartSelectionCommandProperty DependencyProperty

Méthodes publiques

Méthode Description
DataList ( ) : System
NotifyPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
IsMultipleSelectionChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ItemsSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnDoubleTapped ( object sender, Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e ) : void
OnQuerySubmitted ( AutoSuggestBox sender, AutoSuggestBoxQuerySubmittedEventArgs args ) : void
OnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
OnToolbarClick ( object sender, ToolbarButtonClickEventArgs e ) : void
SelectedItemsCountChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateItemsSource ( object newValue, object oldValue ) : void

Method Details

DataList() public méthode

public DataList ( ) : System
Résultat System

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Property Details

CancelSelectionCommandProperty public_oe static_oe property

public static DependencyProperty CancelSelectionCommandProperty
Résultat DependencyProperty

DefaultCommandsProperty public_oe static_oe property

public static DependencyProperty DefaultCommandsProperty
Résultat DependencyProperty

DeleteCommandProperty public_oe static_oe property

public static DependencyProperty DeleteCommandProperty
Résultat DependencyProperty

DeselectItemsCommandProperty public_oe static_oe property

public static DependencyProperty DeselectItemsCommandProperty
Résultat DependencyProperty

HeaderTemplateProperty public_oe static_oe property

public static DependencyProperty HeaderTemplateProperty
Résultat DependencyProperty

IsMultipleSelectionProperty public_oe static_oe property

public static DependencyProperty IsMultipleSelectionProperty
Résultat DependencyProperty

ItemSecondaryActionInvokedCommandProperty public_oe static_oe property

public static DependencyProperty ItemSecondaryActionInvokedCommandProperty
Résultat DependencyProperty

ItemTemplateProperty public_oe static_oe property

public static DependencyProperty ItemTemplateProperty
Résultat DependencyProperty

ItemsCountProperty public_oe static_oe property

public static DependencyProperty ItemsCountProperty
Résultat DependencyProperty

ItemsSourceProperty public_oe static_oe property

public static DependencyProperty ItemsSourceProperty
Résultat DependencyProperty

NewCommandProperty public_oe static_oe property

public static DependencyProperty NewCommandProperty
Résultat DependencyProperty

NewLabelProperty public_oe static_oe property

public static DependencyProperty NewLabelProperty
Résultat DependencyProperty

QueryProperty public_oe static_oe property

public static DependencyProperty QueryProperty
Résultat DependencyProperty

QuerySubmittedCommandProperty public_oe static_oe property

public static DependencyProperty QuerySubmittedCommandProperty
Résultat DependencyProperty

RefreshCommandProperty public_oe static_oe property

public static DependencyProperty RefreshCommandProperty
Résultat DependencyProperty

SelectItemsCommandProperty public_oe static_oe property

public static DependencyProperty SelectItemsCommandProperty
Résultat DependencyProperty

SelectRangesCommandProperty public_oe static_oe property

public static DependencyProperty SelectRangesCommandProperty
Résultat DependencyProperty

SelectedItemProperty public_oe static_oe property

public static DependencyProperty SelectedItemProperty
Résultat DependencyProperty

SelectedItemsCountProperty public_oe static_oe property

public static DependencyProperty SelectedItemsCountProperty
Résultat DependencyProperty

StartSelectionCommandProperty public_oe static_oe property

public static DependencyProperty StartSelectionCommandProperty
Résultat DependencyProperty