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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.