ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearWarning Class / AddWarning Property




In This Topic
    AddWarning Property
    In This Topic
    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