Occurs when an item in the list is clicked.
The event handler receives an argument of type FTPSyncItemClickEventArgs containing data related to this event. The following FTPSyncItemClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | Button that was pressed. |
| Clicks | Number of times the button was pressed. |
| Item | Item that was clicked. |
| MousePosition | Position of the mouse (in client coordinates) when the item was clicked. |
FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace