'Declaration <NotifyParentPropertyAttribute(True)> Public Property Row As Integer
'Usage Dim instance As SelectionInfo Dim value As Integer instance.Row = value value = instance.Row
[NotifyParentProperty(true)] public int Row {get; set;}
'Declaration <NotifyParentPropertyAttribute(True)> Public Property Row As Integer
'Usage Dim instance As SelectionInfo Dim value As Integer instance.Row = value value = instance.Row
[NotifyParentProperty(true)] public int Row {get; set;}