Description
This is type Autodesk.AutoCAD.Windows.StatusBarMouseDownEventHandler.
Visual Basic
Public Delegate Sub StatusBarMouseDownEventHandler(object sender, StatusBarMouseDownEventArgs e) As void
C#
public delegate void StatusBarMouseDownEventHandler(object sender, StatusBarMouseDownEventArgs e);