Dela via


IXamlCompletion.IsEvent Property

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

Gets a value indicating whether this completion refers to an event.

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

Syntax

'Declaration
ReadOnly Property IsEvent As Boolean
'Usage
Dim instance As IXamlCompletion 
Dim value As Boolean 

value = instance.IsEvent
bool IsEvent { get; }
property bool IsEvent {
    bool get ();
}
function get IsEvent () : boolean

Property Value

Type: System.Boolean
true if this completion refers to an event; otherwise, false.

.NET Framework Security

See Also

Reference

IXamlCompletion Interface

IXamlCompletion Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility