ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearAddWarning Delegate
ImGearWarning class object.




In This Topic
ImGearAddWarning Delegate
In This Topic
Specifies the warning processing routine to be called when the warning is added.
Syntax
'Declaration
 
Public Delegate Sub ImGearAddWarning( _
   ByVal warning As ImGearWarning _
) 
 
'Usage
 
Dim instance As New ImGearAddWarning(AddressOf HandlerMethod)

Parameters

warning
ImGearWarning class object.
See Also