Show / Hide Table of Contents

Class TorrentStateChangedEventArgs

Provides the data needed to handle a TorrentStateChanged event

Inheritance
System.Object
System.EventArgs
TorrentEventArgs
TorrentStateChangedEventArgs
Inherited Members
TorrentEventArgs.TorrentManager
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public sealed class TorrentStateChangedEventArgs : TorrentEventArgs

Properties

NewState

The new state for the torrent

Declaration
public TorrentState NewState { get; }
Property Value
Type Description
TorrentState

OldState

The old state for the torrent

Declaration
public TorrentState OldState { get; }
Property Value
Type Description
TorrentState
In This Article
Back to top Generated by DocFX