Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.