Share via


PropertyValueExceptionEventArgs.Source Property

Gets the source that generated the exception.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property Source As PropertyValueExceptionSource
    Get
public PropertyValueExceptionSource Source { get; }
public:
property PropertyValueExceptionSource Source {
    PropertyValueExceptionSource get ();
}
member Source : PropertyValueExceptionSource
function get Source () : PropertyValueExceptionSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
A PropertyValueExceptionSource that generated the exception.

.NET Framework Security

See Also

Reference

PropertyValueExceptionEventArgs Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture