This gets a bool indicating whether the client disconnected because Dispose was explicitly called.
public Boolean IsDisposed {get;}
Remarks
The value will be true if Dispose was explicitly called on DdeClient. The DdeClient sending this event has been disposed and can no longer be accessed. Any exception thrown in the currently executing method will be ignored.
See Also
DdeDisconnectedEventArgs Class | NDde.Client Namespace