Visual Basic Language Reference  

NotOverridable

The NotOverridable keyword specifies that a property or procedure cannot be overridden in a derived class.

The NotOverridable keyword is used in these contexts:

Function Statement

Property Statement

Sub Statement

See Also

Visual Basic Language Keywords