'Declaration
Protected Overridable Sub OnCurrentBinderChange( _ ByVal oldValue As AbstractBinder _ )
'Usage
Dim instance As BindingBase Dim oldValue As AbstractBinder instance.OnCurrentBinderChange(oldValue)
protected virtual void OnCurrentBinderChange( AbstractBinder oldValue )
protected: virtual void OnCurrentBinderChange( AbstractBinder^ oldValue )
Parameters
- oldValue
- The old value of the property.
The value of this parameter can be
null
(Nothing
in Visual Basic).