Version

TrackIsChecked Class Members

The following tables list the members exposed by TrackIsChecked.

Public Properties
 NameDescription
Public PropertyIsCheckedGets / sets if the item is considered checked.  
Public PropertyParentGets / sets the TrackIsChecked object which is the parent of this object.  
Protected Methods
 NameDescription
Protected Internal MethodChangeSilentChanges the value of the IsChecked property without executing the secondary operations on parent and children.  
Protected Internal MethodInvalidateChildrenChanges the children to the parent's value.  
Protected Internal MethodInvalidateIsCheckedDesigned to be called by child objects so that the parent object can reevaluate it's state.  
Protected MethodOnPropertyChangedInvoked when a property changes on the TrackIsChecked object.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the TrackIsChecked.  
See Also