Show / Hide Table of Contents

Class EventSource.StateChangeEventArgs

Server Sent Error Event Object

Inheritance
System.Object
EventSource.StateChangeEventArgs
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public sealed class StateChangeEventArgs : EventArgs

Properties

NewState

New State changed to

Declaration
public EventSource.EventSourceState NewState { get; }
Property Value
EventSource.EventSourceState

Back to top Generated by DocFX