RaiseListChangedEvents Property
Gets or set a value indicating whether adding or removing items within the list raises
ListChanged events.
'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