menu

WinForms

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

    Show / Hide Table of Contents

    Class SplitterMoveEventArgs

    Used in split container events to pass info about changed values to event handlers.

    Inheritance
    System.Object
    System.EventArgs
    SplitterMoveEventArgs
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Events
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SplitterMoveEventArgs : EventArgs

    Constructors

    SplitterMoveEventArgs(PointF, PointF)

    Declaration
    public SplitterMoveEventArgs(PointF oldSplitPosition, PointF newSplitPosition)
    Parameters
    Type Name Description
    System.Drawing.PointF oldSplitPosition
    System.Drawing.PointF newSplitPosition

    Properties

    NewSplitPosition

    Declaration
    public PointF NewSplitPosition { get; }
    Property Value
    Type
    System.Drawing.PointF

    OldSplitPosition

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