Skip to main content

RowEventHandler Delegate

In This Article

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public delegate void RowEventHandler(
    object sender,
    RowEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e RowEventArgs

A RowEventArgs object that contains event data.

See Also