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