ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / LogItem class
Members

In This Topic
    LogItem class
    In This Topic
    The arguments passed to an onImageGearItemLogged function.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.LogItem = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.LogItem();
    Remarks
    Whenever an ImageGear control calls the onImageGearItemLogged function, it will pass an object of this type to hold the log arguments. See the PageView.debug and ImageGear.Web.UI.ThumbnailView.debug properties for instructions on setting up client-side logging.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.LogItem

    See Also