'Declaration Protected Overridable Sub OnIsCategorizedChanged( _ ByVal oldValue As Boolean, _ ByVal newValue As Boolean _ )
'Usage Dim instance As PropertyGrid Dim oldValue As Boolean Dim newValue As Boolean instance.OnIsCategorizedChanged(oldValue, newValue)
Parameters
- oldValue
- The old bool value of IsCategorized.
- newValue
- The new bool value of IsCategorized.