ActivationChangeEventArgs Constructor (IOleComponent^, Boolean, Nullable<OLECRINFO>, Boolean, Nullable<OLECHOSTINFO>)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ActivationChangeEventArgs(
	IOleComponent^ activatedComponent,
	bool calleeIsActivating,
	Nullable<OLECRINFO> activatingComponentsInfo,
	bool hostIsActivating,
	Nullable<OLECHOSTINFO> hostInfo
)

Parameters

activatedComponent
Type: Microsoft.VisualStudio.OLE.Interop::IOleComponent^

The component being activated, or null if none.

calleeIsActivating
Type: System::Boolean

A Boolean value indicating if the caller of the OnActivationChange is being activated.

activatingComponentsInfo
Type: System::Nullable<OLECRINFO>

The activating components info, if any.

hostIsActivating
Type: System::Boolean

A Boolean value indicating whether the component host is activating.

hostInfo
Type: System::Nullable<OLECHOSTINFO>

The host info, if any.

Return to top
Show: