'Declaration <NullableContextAttribute(2)> 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)
[NullableContext(2)] protected override void OnContentChanged( object? oldContent, object? newContent )
Parameters
- oldContent
- newContent