Reports that the current selection container has changed.
Function OnSelectChange ( _ pSC As ISelectionContainer _ ) As Integer
Dim instance As ITrackSelection Dim pSC As ISelectionContainer Dim returnValue As Integer returnValue = instance.OnSelectChange(pSC)
int OnSelectChange( ISelectionContainer pSC )
int OnSelectChange( [InAttribute] ISelectionContainer^ pSC )
function OnSelectChange( pSC : ISelectionContainer ) : int
From designer.idl:
HRESULT ITrackSelection::OnSelectChange( [in] ISelectionContainer * pSC );
An ISelectionContainer pointer is part of the selection context that is maintained by the environment for every window. The environment uses this pointer to retrieve Properties window data.