Interface IGridBindingList
Interface for IGridBindingList.
Namespace: Syncfusion.Windows.Collections.Generic
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public interface IGridBindingList : IBindingList, ICollection, IEnumerable, IList
Remarks
It has some additional properties to define Changing events.
Properties
RaiseListChangingEvents
Gets or sets a value indicating whether [raise list changing events].
Declaration
bool RaiseListChangingEvents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
add_ListChanging(GridListChangingEventHandler)
Declaration
void add_ListChanging(GridListChangingEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
GridListChangingEventHandler | value |
remove_ListChanging(GridListChangingEventHandler)
Declaration
void remove_ListChanging(GridListChangingEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
GridListChangingEventHandler | value |
Events
ListChanging
Occurs when [list changing].
Declaration
event GridListChangingEventHandler ListChanging
Event Type
Type |
---|
GridListChangingEventHandler |