alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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

    true if [raise list changing events]; otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved