Back to Devexpress

UnboundSourceValueNeededEventArgs Class

corelibraries-devexpress-dot-data-d447e5a1.md

latest1.5 KB
Original Source

UnboundSourceValueNeededEventArgs Class

Arguments, passed to the UnboundSource.ValueNeeded event.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public abstract class UnboundSourceValueNeededEventArgs :
    EventArgs
vb
Public MustInherit Class UnboundSourceValueNeededEventArgs
    Inherits EventArgs

UnboundSourceValueNeededEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryUnboundSource.ValueNeeded
WPF ControlsUnboundDataSource.ValueNeeded

Inheritance

Object EventArgs UnboundSourceValueNeededEventArgs

See Also

UnboundSourceValueNeededEventArgs Members

DevExpress.Data Namespace