PeekSessionCreationOptions::ResizeListener Property

Visual Studio 2015
 

If set, this contains an object that will be notified when the user resizes the Peek control.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property IPeekResizeListener^ ResizeListener {
	[CompilerGeneratedAttribute]
	IPeekResizeListener^ get();
	[CompilerGeneratedAttribute]
	private: void set(IPeekResizeListener^ value);
}
Return to top
Show: