Share

PaletteActivatedEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteActivatedEventHandler.

Visual Basic

Public Delegate Sub PaletteActivatedEventHandler(object sender, PaletteActivatedEventArgs e) As void

C#

public delegate void PaletteActivatedEventHandler(object sender, PaletteActivatedEventArgs e);

Was this information helpful?