<DescriptionAttribute("Raised when the Busy property changes.")>
<CategoryAttribute("Progress")>
Public Event BusyChanged As EventHandler
Dim instance As Archive
Dim handler As EventHandler
AddHandler instance.BusyChanged, handler
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public event EventHandler BusyChanged
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public: __event EventHandler* BusyChanged
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public:
event EventHandler^ BusyChanged