EventBinding.Event Property

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

Gets the description of an event being bound.

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

Syntax

'Declaration
Public ReadOnly Property Event As EventDescription
'Usage
Dim instance As EventBinding 
Dim value As EventDescription 

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

Property Value

Type: Microsoft.Xaml.EventDescription

.NET Framework Security

See Also

Reference

EventBinding Structure

EventBinding Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility