IAdviseSink.OnViewChange(Int32, Int32) Method

Definition

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