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

In This Topic
    LogItemEventArgs class
    In This Topic
    The arguments passed to an onImageGearItemLogged function.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.LogItemEventArgs = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.LogItemEventArgs();
    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.LogItemEventArgs

    See Also