corelibraries-devexpress-dot-data-a4efc0f2.md
A base class for CustomDataEventArgs and CustomColumnDataEventArgs that supplies data for CustomUnboundData-related events.
Namespace : DevExpress.Data
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public abstract class UnboundColumnDataEventArgs :
EventArgs
Public MustInherit Class UnboundColumnDataEventArgs
Inherits EventArgs
CustomUnboundColumnData and CustomUnboundData events fire in the following cases:
e.Value parameter contains the modified cell value. Handle the event to save/post the modified cell value to the data source.Tip
Read the following help topic for additional information: Tutorial - Unbound Columns.
Object EventArgs UnboundColumnDataEventArgs CustomColumnDataEventArgs
See Also