AttachedEventsAndPropertiesTest Class

Sandcastle XML Comments

Sandcastle XML Comments GuideAttachedEventsAndPropertiesTest Class
This class is used to test inherited documentation on attached properties and events
Inheritance Hierarchy
SystemObject  XMLCommentsExamples.DocumentationInheritanceAttachedEventsAndPropertiesTest

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public static class AttachedEventsAndPropertiesTest
Public NotInheritable Class AttachedEventsAndPropertiesTest
public ref class AttachedEventsAndPropertiesTest abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AttachedEventsAndPropertiesTest =  class end

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