Searches for the Window that owns the sender.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic Window GetWindow()
Public Function GetWindow As Window
public:
virtual Window^ GetWindow() sealed
abstract GetWindow : unit -> Window
override GetWindow : unit -> Window
Return Value
Type:
WindowThe window that owns the sender.
Implements
IMessageGetWindow
See Also