DragLenEnd event is called whenever the user release the mouse button during dynamic distance measurement task.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler DragLenEnd
Public Event DragLenEnd As EventHandler
public:
 event EventHandler^ DragLenEnd {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also