ModelChangedEventArgs Class
Provides data for the ModelChanged event.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustInherit Class ModelChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As ModelChangedEventArgs
public abstract class ModelChangedEventArgs : EventArgs
public ref class ModelChangedEventArgs abstract : public EventArgs
public abstract class ModelChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Windows.Design.Services.ModelChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Services Namespace