Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / StyleableWindow Class / WindowResizeThumbDrag Event


WindowResizeThumbDrag Event (StyleableWindow)
Raised when the window resize thumb is dragged.
Syntax
'Declaration
 
Public Event WindowResizeThumbDrag As WindowResizeDragEventHandler
 
'Usage
 
Dim instance As StyleableWindow
Dim handler As WindowResizeDragEventHandler
 
AddHandler instance.WindowResizeThumbDrag, handler
Event Data

The event handler receives an argument of type WindowResizeDragEventArgs containing data related to this event. The following WindowResizeDragEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Controls.Primitives.DragDeltaEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the dragged thumb while resizing.  
(Inherited from System.Windows.Controls.Primitives.DragDeltaEventArgs)
Requirements

See Also