Share

PaletteSetTitleBarLocationChangeEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.PaletteSetTitleBarLocationChangeEventHandler.

Visual Basic

Public Delegate Sub PaletteSetTitleBarLocationChangeEventHandler(object sender, EventArgs e) As void

C#

public delegate void PaletteSetTitleBarLocationChangeEventHandler(object sender, EventArgs e);

Was this information helpful?