ComponentPro UltimateSftp

      AsyncCompletedEventHandler Delegate

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Represents the method that will handle the asynchronous method completed event of an asynchronous operation.

      Syntax

      public delegate void AsyncCompletedEventHandler(
         object sender, 
         AsyncCompletedEventArgs e
      )

      Parameters

      sender
      The source of the event.
      e
      An AsyncCompletedEventArgs that contains the event data.

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Common.CF (in ComponentPro.Common.CF.dll)

      See Also