AttributesDelegate Delegate

Definition of event delegate you should use if you want to receive Attributes event.

[Visual Basic]
Public Delegate Sub AttributesDelegate( _
ByVal Sender As Object, _
ByVal Args As WeOnlyDo.Client.SFTP.AttributesArgs _
)
[C#]
public delegate void AttributesDelegate(
object Sender,
AttributesArgs Args
);

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace