Class PmpSelectionBoxListChangedEventArgs
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
provides event arguments for ListChanged event
public class PmpSelectionBoxListChangedEventArgs
- Inheritance
-
PmpSelectionBoxListChangedEventArgs
- Inherited Members
Constructors
PmpSelectionBoxListChangedEventArgs(int)
default constructor
public PmpSelectionBoxListChangedEventArgs(int itemsCount)
Parameters
itemsCountint
Properties
ItemsCount
number of items in the selectionbox once the user interaction with the selection box is finished.
public int ItemsCount { get; }