Sandcastle XML Comments Guide
AttachedEventsAndPropertiesTest Class |
This class is used to test inherited documentation on attached properties and events
Inheritance Hierarchy
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
The AttachedEventsAndPropertiesTest type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
IsBroughtIntoViewWhenSelectedProperty |
This defines the
IsBroughtIntoViewWhenSelected
attached property.
| |
ItemActivateEvent |
This defines the
ItemActivate
attached event.
|
Attached Properties
Name | Description | |
---|---|---|
IsBroughtIntoViewWhenSelected | This attached property indicates whether or not a tree view item is brought into
view when selected.
|
Attached Events
Name | Description | |
---|---|---|
ItemActivate |
This attached event is raised when an item is activated
|
See Also