Share

PaletteSetMoveEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteSetMoveEventHandler.

C#

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

Visual Basic

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

Was this information helpful?