ImageGear .NET - Updated
PointEventArgs class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : PointEventArgs class
The arguments for point events.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.PointEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.PointEventArgs();
Remarks

This object contains the arguments for point events raised by a PointCollection. A PointCollection will provide an instance of this object whenever it raises a PointCollection.pointAdded, PointCollection.pointChanged, or PointCollection.pointRemoved event.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.PointEventArgs

See Also

Reference

PointEventArgs Members
ImageGear.Web.UI Namespace