IXamlCompletion.EventDescription Property

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

Gets the description of the event handler expected.

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

Syntax

'Declaration
ReadOnly Property EventDescription As EventDescription
'Usage
Dim instance As IXamlCompletion 
Dim value As EventDescription 

value = instance.EventDescription
EventDescription EventDescription { get; }
property EventDescription EventDescription {
    EventDescription get ();
}
function get EventDescription () : EventDescription

Property Value

Type: Microsoft.Xaml.EventDescription

Remarks

This property is only valid if the kind is EventHandlerDescription.

.NET Framework Security

See Also

Reference

IXamlCompletion Interface

IXamlCompletion Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility