Show / Hide Table of Contents

Class ScreenshotEventArgs

Inheritance
object
EventArgs
ScreenshotEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
Stream stream
string errorMessage
string tag

Properties

| Edit this page View Source

ErrorMessage

Declaration
public string? ErrorMessage { get; }
Property Value
Type Description
string
| Edit this page View Source

Stream

Declaration
public Stream Stream { get; }
Property Value
Type Description
Stream
| Edit this page View Source

Tag

Declaration
public string Tag { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX