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