Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, occurs when the model item changes.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Event Changed As EventHandler
public abstract event EventHandler Changed
public:
virtual event EventHandler^ Changed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Changed : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Remarks
The model item can change when the external resource is reloaded. Accessing the ModelItem property after this event is raised returns a new ModelItem.
.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.Services Namespace