menu

WinForms

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

    Show / Hide Table of Contents

    Class GridEndUpdateRequestEventArgs

    Provides data about the EndUpdateRequest event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridEndUpdateRequestEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridEndUpdateRequestEventArgs : SyncfusionEventArgs
    Remarks

    GridFloatingCellsChangedEventArgs is a custom event argument class used by the EndUpdateRequest event.

    This event is raised by the model when EndUpdate() is programmatically called and there are no pending BeginUpdate() calls. When there are several calls, you have to call as many times EndUpdate as you called BeginUpdate before this event is raised.

    This event is raised to make sure all associated views update their display contents by completing any pending paint operations.

    Constructors

    GridEndUpdateRequestEventArgs()

    Initializes the new instances of the GridEndUpdateRequestEventArgs class.

    Declaration
    public GridEndUpdateRequestEventArgs()

    GridEndUpdateRequestEventArgs(Boolean)

    Initializes the new instances of the GridEndUpdateRequestEventArgs class.

    Declaration
    public GridEndUpdateRequestEventArgs(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    The value of the originating EndUpdate() call.

    Properties

    Value

    Gets or sets a value indicating whether the value of the originating EndUpdate() call.

    Declaration
    [TraceProperty(true)]
    public bool Value { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if display should be updated immediately; False if pending paint operations should be discarded.

    See Also

    GridEndUpdateRequestEventHandler
    EndUpdate()
    BeginUpdate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved