Class TorrentStateChangedEventArgs
Provides the data needed to handle a TorrentStateChanged event
Inherited Members
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 |