WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualItemCollectionChangedArgs

    Show / Hide Table of Contents

    Class VisualItemCollectionChangedArgs

    A class that defines VisualItemCollection EventArgs

    Inheritance
    System.Object
    System.EventArgs
    VisualItemCollectionChangedArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class VisualItemCollectionChangedArgs : EventArgs

    Constructors

    VisualItemCollectionChangedArgs(ButtonEdit.VisualItemCollection, Actions)

    Initializer of AutoSizeEventArgs class

    Declaration
    public VisualItemCollectionChangedArgs(ButtonEdit.VisualItemCollection items, Actions action)
    Parameters
    Type Name Description
    ButtonEdit.VisualItemCollection items
    Actions action

    Properties

    Action

    Gets the VisualItemCollection changed action

    Declaration
    public Actions Action { get; }
    Property Value
    Type Description
    Actions

    VisualItems

    Gets the Visual Item

    Declaration
    public ButtonEdit.VisualItemCollection VisualItems { get; }
    Property Value
    Type Description
    ButtonEdit.VisualItemCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved