LkConnectionInfoEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- sender
- Object