edtFTPnet/Express - Class Reference

FTPSynchronizeView.ItemClick Event

Occurs when an item in the list is clicked.

public event FTPSyncItemClickEventHandler ItemClick;

Event Data

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.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace