combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ObjectDataProvider Class / LoadDeferredContent Event


In This Topic
    LoadDeferredContent Event
    In This Topic
    Enables lazy property loading. This event is triggered before the provider does examine the property and enables to late load property contents as they are actually required. See the MSDN documentation on loading deferred content for WCF or ADO.NET Data Services for an example.
    Syntax
    'Declaration
     
    
    Public Event LoadDeferredContent As EventHandler(Of LoadDeferredContentEventArgs)
    public event EventHandler<LoadDeferredContentEventArgs> LoadDeferredContent
    public:
    event EventHandler<LoadDeferredContentEventArgs^>^ LoadDeferredContent
    Event Data

    The event handler receives an argument of type LoadDeferredContentEventArgs containing data related to this event. The following LoadDeferredContentEventArgs properties provide information specific to this event.

    PropertyDescription
    Property name.  
    The actual object for which the property is being requested.  
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also