LkLoadingDataEventHandler 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 LkLoadingDataEventHandler(System::Object ^ sender, LkLoadingDataEventArgs ^ args);
public delegate void LkLoadingDataEventHandler(object sender, LkLoadingDataEventArgs args);
type LkLoadingDataEventHandler = delegate of obj * LkLoadingDataEventArgs -> unit
Public Delegate Sub LkLoadingDataEventHandler(sender As Object, args As LkLoadingDataEventArgs)
Parâmetros
- sender
- Object