ActivationChangeEventArgs Class
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.
The event args given to listeners of the ActivationChange event.
public ref class ActivationChangeEventArgs : EventArgs
public class ActivationChangeEventArgs : EventArgs
type ActivationChangeEventArgs = class
inherit EventArgs
Public Class ActivationChangeEventArgs
Inherits EventArgs
- Inheritance
-
ActivationChangeEventArgs
Constructors
ActivationChangeEventArgs(IOleComponent, Boolean, Nullable<OLECRINFO>, Boolean, Nullable<OLECHOSTINFO>) |
Constructs a ActivationChangeEventArgs with the given info. |
Properties
ActivatedComponent |
The IOleComponent that recieved activation. |
ActivatingComponentsInfo |
The OLECRINFO of the component being activated if ActivatedComponent is not null, otherwise null. |
CalleeIsActivating |
A boolean value indicating whether the callee of the OnActivationChange(IOleComponent, Int32, OLECRINFO[], Int32, OLECHOSTINFO[], UInt32) is the component being activated. |
HostInfo |
The OLECHOSTINFO if HostIsActivating is true, otherwise null. |
HostIsActivating |
A value indicating if the component host is activating. |