Window.OnLocationChanged Method
.NET Framework 4.6 and 4.5
Raises the LocationChanged event.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
OnLocationChanged raises the LocationChanged event.
A type that derives from Window may override OnLocationChanged. The overridden method must call OnLocationChanged on the base class if LocationChanged needs to be raised.
Show: