C# Class Indiefreaks.Xna.Sessions.SessionsFoundEventArgs

Specialized event arguments used when a find sessions query ends
Inheritance: System.EventArgs
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
SessionsFoundEventArgs ( IList sessionsFound ) : System

Creates a new instance

Method Details

SessionsFoundEventArgs() public method

Creates a new instance
public SessionsFoundEventArgs ( IList sessionsFound ) : System
sessionsFound IList The list of AvailableSession instances returned by the query
return System