menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeEndEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizeEndEventArgs

    Provides data for the ResizeEnd event.

    Inheritance
    System.Object
    ResizeEndEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class ResizeEndEventArgs : Object

    Constructors

    ResizeEndEventArgs(Node)

    Initializes a new instance of the ResizeEndEventArgs class.

    Declaration
    public ResizeEndEventArgs(Node item)
    Parameters
    Type Name Description
    Node item

    The current node which is resized.

    Properties

    Item

    Gets returns the current node which is resized.

    Declaration
    public Node Item { get; }
    Property Value
    Type Description
    Node

    The item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved