ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PointEventArgs class
Members

In This Topic
    PointEventArgs class
    In This Topic
    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