AttachedEventsAndPropertiesTest Class

This class is used to test inherited documentation on attached properties and events

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public static class AttachedEventsAndPropertiesTest
Inheritance
Object    AttachedEventsAndPropertiesTest

Methods

AddItemActivateHandler Add an event handler to an object
GetIsBroughtIntoViewWhenSelected Get the property value
RemoveItemActivateHandler Remove an event handler from an object
SetIsBroughtIntoViewWhenSelected Sets the property value

Fields

IsBroughtIntoViewWhenSelectedProperty This defines the IsBroughtIntoViewWhenSelected attached property.
ItemActivateEvent This defines the ItemActivate attached event.

Attached Properties

IsBroughtIntoViewWhenSelectedThis attached property indicates whether or not a tree view item is brought into view when selected.

Attached Events

ItemActivate This attached event is raised when an item is activated

See Also