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