ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Events > IGError Event |
Fired each time a new error or warning is added to the result stack, if enabled. A new IGResultRecord Object is created and filled with the info about error or warning each time the event is fired. This event can be turned on/off using the IGGearCtl.Result.NotificationFlags Property.
Sub IGCoreCtl1_IGError (ByVal pResRecord As IIGResultRecord)
Name | Description |
---|---|
pResRecord | An object containing info about an error or warning. |