Share

PaletteSetFocusedEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteSetFocusedEventHandler.

Visual Basic

Public Delegate Sub PaletteSetFocusedEventHandler(object sender, PaletteSetFocusedEventArgs e) As void

C#

public delegate void PaletteSetFocusedEventHandler(object sender, PaletteSetFocusedEventArgs e);

Was this information helpful?