'DeclarationPublic ReadOnly Property Row As Integer
'UsageDim instance As AfterSendKeysEventArgs Dim value As Integer value = instance.Row
public int Row {get;}
'DeclarationPublic ReadOnly Property Row As Integer
'UsageDim instance As AfterSendKeysEventArgs Dim value As Integer value = instance.Row
public int Row {get;}
AfterSendKeysEventArgs args ;
int row = ags.Row;