C# Class OpenMetaverse.InventoryObjectOfferedEventArgs

Inheritance: System.EventArgs
Show file Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert Class Usage Examples

Public Methods

Method Description
InventoryObjectOfferedEventArgs ( InstantMessage offerDetails, AssetType type, UUID objectID, bool fromTask, UUID folderID ) : System

Method Details

InventoryObjectOfferedEventArgs() public method

public InventoryObjectOfferedEventArgs ( InstantMessage offerDetails, AssetType type, UUID objectID, bool fromTask, UUID folderID ) : System
offerDetails InstantMessage
type AssetType
objectID UUID
fromTask bool
folderID UUID
return System