Xceed Toolkit Plus for WPF v4.6 Documentation
WindowResizeDragEventArgs Constructor


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Core Namespace > WindowResizeDragEventArgs Class : WindowResizeDragEventArgs Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal thumbID As WindowResizeThumb, _
   ByVal horizontalChange As Double, _
   ByVal verticalChange As Double _
)
'Usage
 
Dim thumbID As WindowResizeThumb
Dim horizontalChange As Double
Dim verticalChange As Double
 
Dim instance As New WindowResizeDragEventArgs(thumbID, horizontalChange, verticalChange)
public WindowResizeDragEventArgs( 
   WindowResizeThumb thumbID,
   double horizontalChange,
   double verticalChange
)

Parameters

thumbID
horizontalChange
verticalChange
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowResizeDragEventArgs Class
WindowResizeDragEventArgs Members