Click to expand
Sandcastle XML Comments Guide

AttachedEventsAndPropertiesTest Class

This class is used to test inherited documentation on attached properties and events
Inheritance Hierarchy
System Object
  XMLCommentsExamples.DocumentationInheritance AttachedEventsAndPropertiesTest

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

The AttachedEventsAndPropertiesTest type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddItemActivateHandler
Add an event handler to an object
Public methodStatic memberGetIsBroughtIntoViewWhenSelected
Get the property value
Public methodStatic memberRemoveItemActivateHandler
Remove an event handler from an object
Public methodStatic memberSetIsBroughtIntoViewWhenSelected
Sets the property value
Top
Fields
  NameDescription
Public fieldStatic memberIsBroughtIntoViewWhenSelectedProperty
This defines the IsBroughtIntoViewWhenSelected attached property.
Public fieldStatic memberItemActivateEvent
This defines the ItemActivate attached event.
Top
Attached Properties
  NameDescription
Public attached propertyIsBroughtIntoViewWhenSelected
This attached property indicates whether or not a tree view item is brought into view when selected.
Top
Attached Events
  NameDescription
Public attached eventItemActivate
This attached event is raised when an item is activated
Top
See Also

Reference

Other Resources