NotifyListTRaiseListChangedEvents Property |
Gets or sets a value indicating whether Add, Insert and Remove raise
ListChanged events.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RaiseListChangedEvents { get; set; }
Public Property RaiseListChangedEvents As Boolean
Get
Set
public:
property bool RaiseListChangedEvents {
bool get ();
void set (bool value);
}
member RaiseListChangedEvents : bool with get, set
Property Value
Type:
BooleanSee Also