ActivationChangeEventArgs.HostIsActivating 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.
A value indicating if the component host is activating.
public:
property bool HostIsActivating { bool get(); };
public:
property bool HostIsActivating { bool get(); };
public bool HostIsActivating { get; }
member this.HostIsActivating : bool
Public ReadOnly Property HostIsActivating As Boolean