Share via


ConnectedDelegate Delegate

Definition

Describes the event handler that can be implemented by remote app to get notified on a Connected event.

public delegate void ConnectedDelegate();
type ConnectedDelegate = delegate of unit -> unit
Public Delegate Sub ConnectedDelegate()

Applies to