Share

PaletteAddContextMenuEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteAddContextMenuEventHandler.

Visual Basic

Public Delegate Sub PaletteAddContextMenuEventHandler(object sender, PaletteAddContextMenuEventArgs e) As void

C#

public delegate void PaletteAddContextMenuEventHandler(object sender, PaletteAddContextMenuEventArgs e);

Was this information helpful?