Share

TrayItemBubbleWindowClosedEventHandler Type

Description

This is type Autodesk.AutoCAD.Windows.TrayItemBubbleWindowClosedEventHandler.

Visual Basic

Public Delegate Sub TrayItemBubbleWindowClosedEventHandler(object sender, TrayItemBubbleWindowClosedEventArgs e) As void

C#

public delegate void TrayItemBubbleWindowClosedEventHandler(object sender, TrayItemBubbleWindowClosedEventArgs e);

Was this information helpful?