C# Class Indiefreaks.Xna.Storage.FileActionCompletedEventArgs

Used for the arguments for SaveAsync, LoadAsync, and DeleteAsync.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
FileActionCompletedEventArgs ( Exception error, object userState ) : System

Method Details

FileActionCompletedEventArgs() public méthode

public FileActionCompletedEventArgs ( Exception error, object userState ) : System
error System.Exception
userState object
Résultat System