DisconnectedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments to be included when disconnection events are fired.
public class DisconnectedEventArgs : EventArgs
type DisconnectedEventArgs = class
inherit EventArgs
Public Class DisconnectedEventArgs
Inherits EventArgs
- Inheritance
-
DisconnectedEventArgs
Constructors
DisconnectedEventArgs() |
Properties
Empty |
Gets or sets an empty set of arguments. |
Reason |
Gets or sets the reason field of the arguments. |