Back to Devexpress

UnboundSourceListChangedEventArgs Class

corelibraries-devexpress-dot-data-6add820c.md

latest2.0 KB
Original Source

UnboundSourceListChangedEventArgs Class

Arguments passed to the UnboundSource.UnboundSourceListChanging and UnboundSource.UnboundSourceListChanged events.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class UnboundSourceListChangedEventArgs :
    ListChangedEventArgs
vb
Public Class UnboundSourceListChangedEventArgs
    Inherits ListChangedEventArgs

UnboundSourceListChangedEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryUnboundSource.UnboundSourceListChanged
UnboundSource.UnboundSourceListChanging
WPF ControlsUnboundDataSource.UnboundSourceListChanged
UnboundDataSource.UnboundSourceListChanging

Inheritance

Object EventArgs ListChangedEventArgs UnboundSourceListChangedEventArgs

See Also

UnboundSourceListChangedEventArgs Members

DevExpress.Data Namespace