ImageGear .NET
PointsRemoved Event (ImGearARTPolyline)




Occurs when points are removed.
Syntax
'Declaration
 
Public Event PointsRemoved As ImGearARTMarkEventHandler
'Usage
 
Dim instance As ImGearARTPolyline
Dim handler As ImGearARTMarkEventHandler
 
AddHandler instance.PointsRemoved, handler
public event ImGearARTMarkEventHandler PointsRemoved
public: __event ImGearARTMarkEventHandler* PointsRemoved
public:
event ImGearARTMarkEventHandler^ PointsRemoved
Event Data

The event handler receives an argument of type ImGearARTMarkEventArgs containing data related to this event. The following ImGearARTMarkEventArgs properties provide information specific to this event.

PropertyDescription
Mark Gets the mark in which the event fired.  
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback