'Declaration Protected Overridable Sub OnItemPropertyChanged( _ ByVal oldValue As DataGridItemPropertyBase, _ ByVal newValue As DataGridItemPropertyBase _ )
'Usage Dim instance As ColumnFilterContext Dim oldValue As DataGridItemPropertyBase Dim newValue As DataGridItemPropertyBase instance.OnItemPropertyChanged(oldValue, newValue)
protected virtual void OnItemPropertyChanged( DataGridItemPropertyBase oldValue, DataGridItemPropertyBase newValue )
Parameters
- oldValue
- newValue