IAdviseSink::OnViewChange Method (Int32, Int32)

 

Notifies an object's registered advisory sinks that its view has changed. This method is called by a server.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

void OnViewChange(
	int aspect,
	int index
)

Parameters

aspect
Type: System::Int32

The aspect, or view, of the object. Contains a value taken from the DVASPECT enumeration.

index
Type: System::Int32

The portion of the view that has changed. Currently, only -1 is valid.

For more information about IAdviseSink::OnViewChange, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: