ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pointChanged(handler : Function) function remove_pointChanged(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pointChanged(handler); .remove_pointChanged(handler); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pointChanged(handler : Function) function remove_pointChanged(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pointChanged(handler); .remove_pointChanged(handler); |
The collection will raise this event whenever a point is changed (as the result of a call to the setPoint function).
The collection will provide a PointEventArgs as the event argument. When the collection raises this event during the setPoint function, it will provide a copy of the changed point and the index of the Point. When the collection raises this event during the movePoints function, it will set the index to 0 and the length to the number of points in the collection.