C# Class System.ComponentModel.RunWorkerCompletedEventArgs

Inheritance: AsyncCompletedEventArgs
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RunWorkerCompletedEventArgs ( object result, Exception error, bool cancelled ) : System.Security.Permissions

Method Details

RunWorkerCompletedEventArgs() public méthode

public RunWorkerCompletedEventArgs ( object result, Exception error, bool cancelled ) : System.Security.Permissions
result object
error System.Exception
cancelled bool
Résultat System.Security.Permissions