Skip to main content
A newer version of this page is available. .

CustomizeTemplatedItemEventArgs(BaseListBoxControl, Int32, TemplatedItem) Constructor

Initializes a new instance of the CustomizeTemplatedItemEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public CustomizeTemplatedItemEventArgs(
    BaseListBoxControl listBox,
    int index,
    TemplatedItem item
)

Parameters

Name Type Description
listBox BaseListBoxControl

The owner ListBox control.

index Int32

The value to initialize the CustomizeTemplatedItemEventArgs.Index property.

item DevExpress.XtraEditors.TableLayout.TemplatedItem

The object to initialize the CustomizeTemplatedItemEventArgs.TemplatedItem property.

See Also