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