Class VisualItemCollectionChangedArgs
A class that defines VisualItemCollection EventArgs
Inheritance
System.Object
System.EventArgs
VisualItemCollectionChangedArgs
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
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 |
---|
Actions |
VisualItems
Gets the Visual Item
Declaration
public ButtonEdit.VisualItemCollection VisualItems { get; }
Property Value
Type |
---|
ButtonEdit.VisualItemCollection |