'Declaration Protected Overrides Sub OnContentChanged( _ ByVal oldContent As Object, _ ByVal newContent As Object _ )
'Usage Dim instance As FilterCell Dim oldContent As Object Dim newContent As Object instance.OnContentChanged(oldContent, newContent)
protected override void OnContentChanged( object oldContent, object newContent )
Parameters
- oldContent
- The old value of the Content property.
- newContent
- The new value of the Content property.