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