Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Indiefreaks
Xna
Storage
FileActionCompletedEventArgs
C# Class Indiefreaks.Xna.Storage.FileActionCompletedEventArgs
Used for the arguments for SaveAsync, LoadAsync, and DeleteAsync.
Show file
Open project: Indiefreaks/igf
Class Usage Examples
Public Methods
Method
Description
FileActionCompletedEventArgs
(
Exception
error
,
object
userState
) :
System
Method Details
FileActionCompletedEventArgs()
public
method
public
FileActionCompletedEventArgs
(
Exception
error
,
object
userState
) :
System
error
System.Exception
userState
object
return
System