C# Class Microsoft.Silverlight.Testing.Controls.TreeViewItemCheckBox

Inheritance: System.Windows.Controls.CheckBox
Afficher le fichier Open project: garyjohnson/wpnest

Private Properties

Свойство Type Description
AssociateParentTreeViewItem void
OnIsCheckedChanged void

Méthodes publiques

Méthode Description
TreeViewItemCheckBox ( ) : System

Initializes a new instance of the TreeViewItemCheckBox class.

Private Methods

Méthode Description
AssociateParentTreeViewItem ( ) : void

Associate the parent TreeViewItem with the CheckBox.

OnIsCheckedChanged ( object sender, RoutedEventArgs e ) : void

Update the TreeViewItem's IsChecked property when this IsChecked property is changed.

Method Details

TreeViewItemCheckBox() public méthode

Initializes a new instance of the TreeViewItemCheckBox class.
public TreeViewItemCheckBox ( ) : System
Résultat System