PowerWEB File Upload for ASP.NET
LocationEventArgs Class
Members  See Also  Send comments on this topic.
Dart.FileUpload Namespace : LocationEventArgs Class



Provides location data for any events that occur when a user clicks on a PowerWEB control.

Syntax

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 

Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.FileUpload.LocationEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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