Is there any event which fires on double-click event on WPF Window border?
How I can catch it?
Thanks!
Both the Window, UserControl and it seems many/all Control based elements now support a MouseDoubleClick Event. I'm using VS2017 and buliding to .net 4.7.1, but maybe its older than that.
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.mousedoubleclick?view=netframework-4.7.2