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