DisconnectedEventHandler Delegate
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.
Delegate used to setup actions to be taken when disconnection events are triggered.
public delegate void DisconnectedEventHandler(object sender, DisconnectedEventArgs e);
type DisconnectedEventHandler = delegate of obj * DisconnectedEventArgs -> unit
Public Delegate Sub DisconnectedEventHandler(sender As Object, e As DisconnectedEventArgs)
Parameters
- sender
- Object
The source of the disconnection event.
The arguments specified by the disconnection event.