DocumentTreeManager.Damaged Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when a change is recorded.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Event Damaged As EventHandler
'Usage
Dim instance As DocumentTreeManager
Dim handler As EventHandler
AddHandler instance.Damaged, handler
public event EventHandler Damaged
public:
event EventHandler^ Damaged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Documents.Trees Namespace