Udostępnij za pośrednictwem


EventHandlerGeneratedEventArgs.ModelEvent Property

Gets the ModelEvent that received a new event handler.

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

Property Value

Type: Microsoft.Windows.Design.Model.ModelEvent
The ModelEvent that received a new event handler.

.NET Framework Security

See Also

Reference

EventHandlerGeneratedEventArgs Class

Microsoft.Windows.Design.Services Namespace