'Declaration Protected Overridable Sub OnPropertyDefinitionsChanged( _ ByVal oldValue As PropertyDefinitionCollection, _ ByVal newValue As PropertyDefinitionCollection _ )
'Usage Dim instance As PropertyGrid Dim oldValue As PropertyDefinitionCollection Dim newValue As PropertyDefinitionCollection instance.OnPropertyDefinitionsChanged(oldValue, newValue)
protected virtual void OnPropertyDefinitionsChanged( PropertyDefinitionCollection oldValue, PropertyDefinitionCollection newValue )
Parameters
- oldValue
- The old PropertyDefinitionCollection value.
- newValue
- The new PropertyDefinitionCollection value.