Version

LocationChangedEvent Constructor(Int32,Int32)

Constructs a new instance of event arguments with two specific coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal xLeft As Integer, _
   ByVal yTop As Integer _
)
public LocationChangedEvent( 
   int xLeft,
   int yTop
)

Parameters

xLeft
The X-coordinate of the UltraWebToolbar's left-position.
yTop
The Y-coordinate of the UltraWebToolbar's top-position.
Remarks

It should not be necessary for applications to create their own instances of LocationChangedEvent arguments.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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