OnFinish
This event method is called when when the predefined maximum number of points has been picked and just prior to GetGraphPoints::GetPoints() returning. Derived classes can implement their own functionality for this event method.
Note: When overriding in a derived class, it is not necessary to prepend the declaration with the virtual keyword.
virtual void OnFinish()
For an example of using this event method, please see the Example Section in GetGraphPoints.
GetPoints
origin.h