menu

WinForms

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

    Show / Hide Table of Contents

    Interface IChange

    Provides the functionality for change in the stream.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IChange

    Properties

    Data

    Gets the data for change (for replace and insert).

    Declaration
    byte[] Data { get; }
    Property Value
    Type
    System.Byte[]

    Position

    Gets the current position in stream.

    Declaration
    long Position { get; }
    Property Value
    Type
    System.Int64

    Size

    Gets the size of data to be affected (for delete and replace).

    Declaration
    long Size { get; }
    Property Value
    Type
    System.Int64

    Type

    Gets the type of change in stream.

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