CustomizeCellGDIObjectsEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- sender
- Object