Share

StatusBarMouseDownEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.StatusBarMouseDownEventHandler.

C#

public delegate void StatusBarMouseDownEventHandler(object sender, StatusBarMouseDownEventArgs e);

Visual Basic

Public Delegate Sub StatusBarMouseDownEventHandler(object sender, StatusBarMouseDownEventArgs e) As void

Was this information helpful?