menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoGeneratingRelationsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoGeneratingRelationsEventArgs

    Represents a class that provides the data for AutoGeneratingRelations event.

    Inheritance
    System.Object
    GridCancelEventArgs
    AutoGeneratingRelationsEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class AutoGeneratingRelationsEventArgs : GridCancelEventArgs

    Constructors

    AutoGeneratingRelationsEventArgs(GridViewDefinition, Object)

    Initializes a new instance of the AutoGeneratingRelationsEventArgs class.

    Declaration
    public AutoGeneratingRelationsEventArgs(GridViewDefinition gridView, object originalSource)
    Parameters
    Type Name Description
    GridViewDefinition gridView

    The GridViewDefinition.

    System.Object originalSource

    The original source of the event.

    Properties

    GridViewDefinition

    Gets or sets the GridViewDefinition.

    Declaration
    public GridViewDefinition GridViewDefinition { get; set; }
    Property Value
    Type
    GridViewDefinition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved