End <keyword> Statement (Visual Basic)
Visual Studio 2010
When followed by an additional keyword, terminates the definition of the statement block introduced by that keyword.
End AddHandler End Class End Enum End Event End Function End Get End If End Interface End Module End Namespace End Operator End Property End RaiseEvent End RemoveHandler End Select End Set End Structure End Sub End SyncLock End Try End While End With
The End Statement, without an additional keyword, terminates execution immediately.
When preceded by a number sign (#), the End keyword terminates a preprocessing block introduced by the corresponding directive.