EventHandlerGeneratedEventArgs.ModelEvent-Eigenschaft

Ruft das ModelEvent ab, das den neuen Ereignishandler empfangen hat.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.Model.ModelEvent
Das ModelEvent, das den neuen Ereignishandler empfangen hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventHandlerGeneratedEventArgs Klasse

Microsoft.Windows.Design.Services-Namespace