PowerWEB LiveControls for ASP.NET
LocationEventArgs Constructor(Unit,Unit)
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LocationEventArgs Class > LocationEventArgs Constructor : LocationEventArgs Constructor(Unit,Unit)



x
y
Initializes a new instance of LocationEventArgs.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit _
)
Visual Basic (Usage)Copy Code
Dim x As Unit
Dim y As Unit
 
Dim instance As New LocationEventArgs(x, y)
C# 
public LocationEventArgs( 
   Unit x,
   Unit y
)
C++/CLI 
public:
LocationEventArgs( 
   Unit x,
   Unit y
)

Parameters

x
y

Remarks

The constructor initializes a new instance of LocationEventArgs with (X, Y) coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.