Table of Contents

Class UpdateDatasourceParameterEventArgs

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Event arguments for combit.Reporting.DataProviders.IParameterBinder.BeforeUpdateDatasourceParameter.

public sealed class UpdateDatasourceParameterEventArgs : EventArgs
Inheritance
UpdateDatasourceParameterEventArgs
Inherited Members

Properties

PropertyInfo

The PropertyInfo of the property that will be set to the given Value.

public PropertyInfo PropertyInfo { get; }

Property Value

PropertyInfo

TargetObject

The parent object of the property that will be set to the given Value.

public object TargetObject { get; }

Property Value

object

Value

The value that will be set to the TargetObject.

public object Value { get; set; }

Property Value

object