IAdviseSink.OnViewChange(Int32, Int32) Method
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.
Notifies an object's registered advisory sinks that its view has changed. This method is called by a server.
public:
void OnViewChange(int aspect, int index);
public void OnViewChange (int aspect, int index);
abstract member OnViewChange : int * int -> unit
Public Sub OnViewChange (aspect As Integer, index As Integer)
Parameters
- aspect
- Int32
The aspect, or view, of the object. Contains a value taken from the DVASPECT enumeration.
- index
- Int32
The portion of the view that has changed. Currently, only -1 is valid.
Remarks
For more information, see IAdviseSink::OnViewChange method.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.