Represents the method that handles the OnVertexDeleted event.
[Visual Basic .NET] Public Delegate Sub OnVertexDeletedEventHandler ( _ ByVal point As IPoint _ )
[C#] public delegate void OnVertexDeletedEventHandler ( IPoint point );