Class LoadDeferredContentEventArgs
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides data for the LoadDeferredContent event in the ObjectDataProvider.
public sealed class LoadDeferredContentEventArgs : EventArgs
- Inheritance
-
LoadDeferredContentEventArgs
- Inherited Members
Properties
PropertyName
Gets or sets the name of the property that contains the deferred content.
public string PropertyName { get; set; }
Property Value
Source
Gets or sets the source object that contains the deferred content.
public object Source { get; set; }