Class ScreenshotEventArgs
Inheritance
ScreenshotEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ScreenshotEventArgs : EventArgs
Constructors
|
Edit this page
View Source
ScreenshotEventArgs(Stream, string?, string)
Declaration
public ScreenshotEventArgs(Stream stream, string? errorMessage, string tag)
Parameters
Properties
|
Edit this page
View Source
ErrorMessage
Declaration
public string? ErrorMessage { get; }
Property Value
|
Edit this page
View Source
Stream
Declaration
public Stream Stream { get; }
Property Value
|
Edit this page
View Source
Tag
Declaration
public string Tag { get; }
Property Value