EventHandlerGeneratedEventArgs.ModelEvent Property
Gets the ModelEvent that received a new event handler.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property ModelEvent As ModelEvent
'Usage
Dim instance As EventHandlerGeneratedEventArgs
Dim value As ModelEvent
value = instance.ModelEvent
public ModelEvent ModelEvent { get; }
public:
property ModelEvent^ ModelEvent {
ModelEvent^ get ();
}
public 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.
See Also
Reference
EventHandlerGeneratedEventArgs Class
EventHandlerGeneratedEventArgs Members
Microsoft.Windows.Design.Services Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic for new class. |
SP1 feature change. |