Steam
Public Member Functions | Properties | List of all members
LapinerTools.Steam.Data.EventArgsBase Class Reference

This is the base of all event arguments used in the Easy Steam Integration project. More...

Inherits EventArgs.

Inherited by LapinerTools.Steam.Data.ErrorEventArgs, LapinerTools.Steam.Data.WorkshopItemEventArgs, LapinerTools.Steam.Data.WorkshopItemListEventArgs, LapinerTools.Steam.Data.WorkshopItemUpdateEventArgs, LapinerTools.Steam.Data.WorkshopSortModeEventArgs, and LapinerTools.Steam.UI.SteamWorkshopItemNode.ItemDataSetEventArgs.

Public Member Functions

 EventArgsBase ()
 
 EventArgsBase (EventArgsBase p_copyFromArgs)
 

Properties

bool IsError [get, set]
 true, if an error has occured, false otherwise. More...
 
string ErrorMessage [get, set]
 Contains the error message if the EventArgsBase.IsError property is true. More...
 

Detailed Description

This is the base of all event arguments used in the Easy Steam Integration project.

Constructor & Destructor Documentation

◆ EventArgsBase() [1/2]

LapinerTools.Steam.Data.EventArgsBase.EventArgsBase ( )

◆ EventArgsBase() [2/2]

LapinerTools.Steam.Data.EventArgsBase.EventArgsBase ( EventArgsBase  p_copyFromArgs)

Property Documentation

◆ ErrorMessage

string LapinerTools.Steam.Data.EventArgsBase.ErrorMessage
getset

Contains the error message if the EventArgsBase.IsError property is true.

◆ IsError

bool LapinerTools.Steam.Data.EventArgsBase.IsError
getset

true, if an error has occured, false otherwise.


The documentation for this class was generated from the following file: