C# Class Karabow.Steg.Core.FeedbackEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Public Methods

Method Description
FeedbackEventArgs ( string filePath, int workProgress, string message, FeedbackType type ) : System

Method Details

FeedbackEventArgs() public method

public FeedbackEventArgs ( string filePath, int workProgress, string message, FeedbackType type ) : System
filePath string
workProgress int
message string
type FeedbackType
return System