Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataView Class / RaiseListChangedEvents Property


In This Topic
    RaiseListChangedEvents Property
    In This Topic
    Gets or set a value indicating whether adding or removing items within the list raises ListChanged events.
    Syntax
    'Declaration
     
    
    Public Shadows Property RaiseListChangedEvents As Boolean
    'Usage
     
    
    Dim instance As SpreadDataView
    Dim value As Boolean
     
    instance.RaiseListChangedEvents = value
     
    value = instance.RaiseListChangedEvents
    public new bool RaiseListChangedEvents {get; set;}

    Property Value

    true if adding or removing items raises ListChanged events; otherwise, false. The default is true. This property will always return true
    Remarks
    This property will always return true
    See Also