C# Class GestSpace.Controls.AutoArrangeGrid.NotifiableUIElementCollection

Inheritance: System.Windows.Controls.UIElementCollection
Afficher le fichier Open project: NicolasDorier/GestSpace

Méthodes publiques

Méthode Description
Add ( System element ) : int
NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
Remove ( UIElement element ) : void

Method Details

Add() public méthode

public Add ( System element ) : int
element System
Résultat int

NotifiableUIElementCollection() public méthode

public NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
visualParent UIElement
logicalParent System.Windows.FrameworkElement
Résultat System

Remove() public méthode

public Remove ( UIElement element ) : void
element UIElement
Résultat void