Event arguments class for the DecryptAsyncCompleted event.

Namespace: Starksoft.Cryptography.OpenPGP
Assembly:  Starksoft.Cryptography.OpenPGP (in Starksoft.Cryptography.OpenPGP.dll)

Syntax

C#
public class DecryptAsyncCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class DecryptAsyncCompletedEventArgs _
	Inherits AsyncCompletedEventArgs

Inheritance Hierarchy

System..::Object
  System..::EventArgs
    System.ComponentModel..::AsyncCompletedEventArgs
      Starksoft.Cryptography.OpenPGP..::DecryptAsyncCompletedEventArgs

See Also