C# Class Xceed.Wpf.Toolkit.CollectionControl

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsReadOnlyProperty System.Windows.DependencyProperty
ItemAddedEvent System.Windows.RoutedEvent
ItemAddingEvent System.Windows.RoutedEvent
ItemDeletedEvent System.Windows.RoutedEvent
ItemDeletingEvent System.Windows.RoutedEvent
ItemMovedDownEvent System.Windows.RoutedEvent
ItemMovedUpEvent System.Windows.RoutedEvent
ItemsProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
NewItemTypesProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
OnItemSourceChanged ( IList oldValue, IList newValue ) : void
PersistChanges ( ) : void

Private Methods

Méthode Description
AddNew ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CanAddNew ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanDelete ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanMoveDown ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanMoveUp ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CollectionControl ( ) : System
ComputeItemsSource ( ) : IList
CreateItemsSource ( ) : IList
CreateNewItem ( Type type ) : object
Delete ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
MoveDown ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
MoveUp ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
NewItemTypesComboBox_Loaded ( object sender, RoutedEventArgs e ) : void
OnItemsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnItemSourceChanged() public méthode

public OnItemSourceChanged ( IList oldValue, IList newValue ) : void
oldValue IList
newValue IList
Résultat void

PersistChanges() public méthode

public PersistChanges ( ) : void
Résultat void

Property Details

IsReadOnlyProperty public_oe static_oe property

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

ItemAddedEvent public_oe static_oe property

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

ItemAddingEvent public_oe static_oe property

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

ItemDeletedEvent public_oe static_oe property

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

ItemDeletingEvent public_oe static_oe property

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

ItemMovedDownEvent public_oe static_oe property

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

ItemMovedUpEvent public_oe static_oe property

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

ItemsProperty public_oe static_oe property

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

ItemsSourceProperty public_oe static_oe property

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

ItemsSourceTypeProperty public_oe static_oe property

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

NewItemTypesProperty public_oe static_oe property

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

SelectedItemProperty public_oe static_oe property

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