Share

PaletteAddContextMenuEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteAddContextMenuEventHandler.

C#

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

Visual Basic

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

Was this information helpful?