Dela via


SourceChangedEventArgs Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides data for the SourceChanged event.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Class SourceChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SourceChangedEventArgs
public class SourceChangedEventArgs : EventArgs
public ref class SourceChangedEventArgs : public EventArgs
public class SourceChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Documents.Trees.SourceChangedEventArgs

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

SourceChangedEventArgs Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility