Click or drag to resize
weroSoft AG, Software
CustomWindowMinimizeClick Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Event handler on minimize button clicked.

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
protected virtual void MinimizeClick(
	Object sender,
	RoutedEventArgs eventArgs
)

Parameters

sender
Type: SystemObject
Sender of the message.
eventArgs
Type: System.WindowsRoutedEventArgs
Event arguments of the message.
See Also