ConnectionEventHandler 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.
Represents the method that will handle changes in connections.
public delegate void ConnectionEventHandler(System::Object ^ sender, ConnectionEventArgs ^ e);
public delegate void ConnectionEventHandler(object sender, ConnectionEventArgs e);
type ConnectionEventHandler = delegate of obj * ConnectionEventArgs -> unit
Public Delegate Sub ConnectionEventHandler(sender As Object, e As ConnectionEventArgs)
Parameters
- sender
- Object
The source of the event.
A ConnectionEventArgs that contains the event data.