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


In This Topic
    WindowResizeThumbDrag Event (StyleableWindow)
    In This Topic
    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
    public event WindowResizeDragEventHandler WindowResizeThumbDrag
    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