This document is archived and information here might be outdated.  Recommended version.


ControlPointDeletedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

ControlPointDeletedEventHandler Delegate

Represents the method that handles the ControlPointDeleted event.
[Visual Basic .NET]
Public Delegate Sub ControlPointDeletedEventHandler ( _
    ByVal ID As String, _
    ByRef point As WKSPoint _
)
[C#]
public delegate void ControlPointDeletedEventHandler (
    string ID,
    ref WKSPoint point
);