Description
This is type Autodesk.AutoCAD.Windows.PaletteSetDestroyEventHandler.
C#
public delegate void PaletteSetDestroyEventHandler(object sender, EventArgs e);
Visual Basic
Public Delegate Sub PaletteSetDestroyEventHandler(object sender, EventArgs e) As void