HwndSource.AutoResized Event
.NET Framework 3.0
Occurs when layout causes the HwndSource to automatically resize.
Namespace: System.Windows.Interop
Assembly: PresentationCore (in presentationcore.dll)
HwndSource Members
System.Windows.Interop Namespace
Assembly: PresentationCore (in presentationcore.dll)
'Declaration Public Event AutoResized As AutoResizedEventHandler 'Usage Dim instance As HwndSource Dim handler As AutoResizedEventHandler AddHandler instance.AutoResized, handler
/** @event */ public void add_AutoResized (AutoResizedEventHandler value) /** @event */ public void remove_AutoResized (AutoResizedEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
You cannot use this event in XAML.
The native behavior of HwndSource is to automatically resize content and the window region based on changes reported through the WPF layout system. The window does not resize if it is currently minimized or if SizeToContent is set to Manual.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
HwndSource ClassHwndSource Members
System.Windows.Interop Namespace
Other Resources
The Layout SystemCommunity Additions
ADD
Show: