Attached Events And Properties Test Class
This class is used to test inherited documentation on attached properties and events
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public static class AttachedEventsAndPropertiesTestVB
Public NotInheritable Class AttachedEventsAndPropertiesTestC++
public ref class AttachedEventsAndPropertiesTest abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AttachedEventsAndPropertiesTest = class end- 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
| IsBroughtIntoViewWhenSelected | This 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 |