'Declaration Protected Overridable Function OnParameterNameChanged( _ ByVal args As PropertyChangedEventArgs _ ) As Boolean
protected virtual bool OnParameterNameChanged( PropertyChangedEventArgs args )
An event handler may reject the change (for instance, because it duplicates a parameter name already present in the containing parameters collection) by throwing an Exception, which this method will catch by default. Inheritors may override this behavior.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2