Expand Minimize
This topic has not yet been rated - Rate this topic

ApplicationEvents4_ProtectedViewWindowSizeEventHandler Delegate

Office 2010

A Delegate type used to add an event handler for the ProtectedViewWindowSize event. The ProtectedViewWindowSize event occurs every time a protected view window is moved or resized.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowSizeEventHandler(
	ProtectedViewWindow PvWindow
)

Parameters

PvWindow
Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
The protected view window that is sized.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.