Delen via


SourceTextChangeEventArgs.NewLength Property

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

Gets the number of characters inserted in the file at the offset.

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

Syntax

'Declaration
Public ReadOnly Property NewLength As Integer
'Usage
Dim instance As SourceTextChangeEventArgs 
Dim value As Integer 

value = instance.NewLength
public int NewLength { get; }
public:
property int NewLength {
    int get ();
}
public function get NewLength () : int

Property Value

Type: System.Int32

Remarks

This property is only meaningful if the Offset property is greater than or equal to 0.

.NET Framework Security

See Also

Reference

SourceTextChangeEventArgs Class

SourceTextChangeEventArgs Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility