Share

PaletteSetMoveEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteSetMoveEventHandler.

Visual Basic

Public Delegate Sub PaletteSetMoveEventHandler(object sender, PaletteSetMoveEventArgs e) As void

C#

public delegate void PaletteSetMoveEventHandler(object sender, PaletteSetMoveEventArgs e);

Was this information helpful?