'Declaration Protected Overrides Sub OnContentChanged( _ ByVal oldContent As Object, _ ByVal newContent As Object _ )
'Usage Dim instance As DataCell Dim oldContent As Object Dim newContent As Object instance.OnContentChanged(oldContent, newContent)
protected override void OnContentChanged( object oldContent, object newContent )
Parameters
- oldContent
- newContent