C# Class SEToolbox.Controls.SortableListView

Inheritance: System.Windows.Controls.ListView
Afficher le fichier Open project: midspace/SEToolbox

Méthodes publiques

Свойство Type Description
ColumnHeaderArrowDownTemplateProperty System.Windows.DependencyProperty
ColumnHeaderArrowUpTemplateProperty System.Windows.DependencyProperty
DefaultSortColumnProperty System.Windows.DependencyProperty
MouseDoubleClickItemEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void

Private Methods

Méthode Description
GridViewColumnHeaderClickedHandler ( object sender, RoutedEventArgs e ) : void
MouseDoubleClickedHandler ( object sender, RoutedEventArgs e ) : void
Sort ( ItemsControl lv, List sortList, ListSortDirection direction ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e EventArgs
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
Résultat void

Property Details

ColumnHeaderArrowDownTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnHeaderArrowDownTemplateProperty
Résultat System.Windows.DependencyProperty

ColumnHeaderArrowUpTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnHeaderArrowUpTemplateProperty
Résultat System.Windows.DependencyProperty

DefaultSortColumnProperty public_oe static_oe property

public static DependencyProperty,System.Windows DefaultSortColumnProperty
Résultat System.Windows.DependencyProperty

MouseDoubleClickItemEvent public_oe static_oe property

public static RoutedEvent,System.Windows MouseDoubleClickItemEvent
Résultat System.Windows.RoutedEvent