Dart.PowerWEB.TextBox Namespace : LocationEventArgs Class |
Provides location data for any events that occur when a user clicks on a PowerWEB control.
For a list of all members of this type, see LocationEventArgs members.
System.Object
System.EventArgs
Dart.PowerWEB.TextBox.LocationEventArgs
[Visual Basic]
Public Class LocationEventArgs
Inherits EventArgs
[C#]
public class LocationEventArgs : EventArgs
[C++]
public __gc class LocationEventArgs : public EventArgs
[C++/CLI]
public ref class LocationEventArgs : public 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.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
LocationEventArgs Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.