AppActivateEventArgs.HostAppActivating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the component host application is recieving activation (true) or losing it (false).
public:
property bool HostAppActivating { bool get(); };
public:
property bool HostAppActivating { bool get(); };
public bool HostAppActivating { get; }
member this.HostAppActivating : bool
Public ReadOnly Property HostAppActivating As Boolean