C# Class OpenMetaverse.InitiateDownloadEventArgs

Provides data for InitiateDownloaded event
Inheritance: System.EventArgs
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
InitiateDownloadEventArgs ( string simFilename, string viewerFilename ) : System

Method Details

InitiateDownloadEventArgs() public method

public InitiateDownloadEventArgs ( string simFilename, string viewerFilename ) : System
simFilename string
viewerFilename string
return System