'Declaration <DescriptionAttribute("Occurs when the exception is thrown during work of visual tool.")> <CategoryAttribute("VintaSoft")> Public Event VisualToolException As System.EventHandler(Of ExceptionEventArgs)
[Description("Occurs when the exception is thrown during work of visual tool.")] [Category("VintaSoft")] public event System.EventHandler<ExceptionEventArgs> VisualToolException
[Description("Occurs when the exception is thrown during work of visual tool.")] [Category("VintaSoft")] public: __event System.EventHandler<ExceptionEventArgs*>* VisualToolException
[Description("Occurs when the exception is thrown during work of visual tool.")] [Category("VintaSoft")] public:
event System.EventHandler<ExceptionEventArgs^>^ VisualToolException