ActivationChangeEventArgs.CalleeIsActivating 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 boolean value indicating whether the callee of the OnActivationChange(IOleComponent, Int32, OLECRINFO[], Int32, OLECHOSTINFO[], UInt32) is the component being activated.
public:
property bool CalleeIsActivating { bool get(); };
public:
property bool CalleeIsActivating { bool get(); };
public bool CalleeIsActivating { get; }
member this.CalleeIsActivating : bool
Public ReadOnly Property CalleeIsActivating As Boolean