Dela via


SourceTextChangeEventArgs Class

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

Provides data regarding a source modification.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SourceTextChangeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SourceTextChangeEventArgs
[SerializableAttribute]
public class SourceTextChangeEventArgs : EventArgs
[SerializableAttribute]
public ref class SourceTextChangeEventArgs : public EventArgs
public class SourceTextChangeEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Documents.SourceTextChangeEventArgs

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

SourceTextChangeEventArgs Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility