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
- 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.