UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridItemsSourceChangedEventArgs - UWP API Reference | Syncfusion ItemsSourceChanged event. ">

    Show / Hide Table of Contents

    Class TreeGridItemsSourceChangedEventArgs

    Provides data for ItemsSourceChanged event.

    Inheritance
    System.Object
    GridEventArgs
    TreeGridItemsSourceChangedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridItemsSourceChangedEventArgs : GridEventArgs

    Constructors

    TreeGridItemsSourceChangedEventArgs(Object, Object, Object)

    Declaration
    public TreeGridItemsSourceChangedEventArgs(object originalSource, object oldItemsSource, object newItemsSource)
    Parameters
    Type Name Description
    System.Object originalSource
    System.Object oldItemsSource
    System.Object newItemsSource

    Properties

    NewItemsSource

    Gets the new ItemsSource of SfTreeGrid.

    Declaration
    public object NewItemsSource { get; }
    Property Value
    Type Description
    System.Object

    An object that contains the new ItemsSource of SfTreeGrid.

    OldItemsSource

    Gets an old ItemsSource of SfTreeGrid that is need to be replaced.

    Declaration
    public object OldItemsSource { get; }
    Property Value
    Type Description
    System.Object

    An object that contains the old ItemsSource of SfTreeGrid.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved