ImageGear .NET v25.1 - Updated
AddWarning Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearWarning Class : AddWarning Property
Gets or sets reference to the AddWarning delegate.
Syntax
'Declaration
 
Public Shared Property AddWarning As ImGearAddWarning
'Usage
 
Dim value As ImGearAddWarning
 
ImGearWarning.AddWarning = value
 
value = ImGearWarning.AddWarning
public static ImGearAddWarning AddWarning {get; set;}
public: __property static ImGearAddWarning* get_AddWarning();
public: __property static void set_AddWarning( 
   ImGearAddWarning* value
);
public:
static property ImGearAddWarning^ AddWarning {
   ImGearAddWarning^ get();
   void set (    ImGearAddWarning^ value);
}

Property Value

ImGearAddWarning Delegate.
See Also

Reference

ImGearWarning Class
ImGearWarning Members
ImGearAddWarning Delegate