'Declaration Protected Overridable Sub OnFilterChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'Usage Dim instance As PropertyGrid Dim oldValue As String Dim newValue As String instance.OnFilterChanged(oldValue, newValue)
Parameters
- oldValue
- The old string value of Filter.
- newValue
- The new string value of Filter.