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

Inheritance: System.Windows.Controls.CheckBox
Show file Open project: garyjohnson/wpnest

Private Properties

Property Type Description
AssociateParentTreeViewItem void
OnIsCheckedChanged void

Public Methods

Method Description
TreeViewItemCheckBox ( ) : System

Initializes a new instance of the TreeViewItemCheckBox class.

Private Methods

Method 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 method

Initializes a new instance of the TreeViewItemCheckBox class.
public TreeViewItemCheckBox ( ) : System
return System