LkConnectionInfoEventHandler 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.
public delegate void LkConnectionInfoEventHandler(System::Object ^ sender, LkConnectionInfoEventArgs ^ args);
public delegate void LkConnectionInfoEventHandler(object sender, LkConnectionInfoEventArgs args);
type LkConnectionInfoEventHandler = delegate of obj * LkConnectionInfoEventArgs -> unit
Public Delegate Sub LkConnectionInfoEventHandler(sender As Object, args As LkConnectionInfoEventArgs)
Parameters
- sender
- Object