'Declaration Public Property NotifyOnTargetUpdated As Boolean
'Usage Dim instance As CellEditorBindingExtension Dim value As Boolean instance.NotifyOnTargetUpdated = value value = instance.NotifyOnTargetUpdated
public bool NotifyOnTargetUpdated {get; set;}