Skip to main content

BaseNodeEventArgs(String, Type) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public BaseNodeEventArgs(
    string propertyName,
    Type propertyType
)

Parameters

Name Type Description
propertyName String

The value used to initialize the PropertyName property.

propertyType Type

The value used to initialize the PropertyType property.

See Also