Visual Basic (Declaration) | |
---|---|
Public Class LocationEventArgs Inherits System.EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LocationEventArgs |
C# | |
---|---|
public class LocationEventArgs : System.EventArgs |
C++/CLI | |
---|---|
public ref class LocationEventArgs : public System.EventArgs |
This class passes the location on the page where a user clicked a PowerWEB control as x and y coordinates. You can then use event handlers to programmatically respond to the event based on the value of these coordinates.
Note The origin coordinates (0,0) are located at the upper left corner of the WebForm.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
System.Object
System.EventArgs
Dart.LiveControls.LocationEventArgs
Target Platforms: Microsoft .NET Framework 2.0