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