Table of Contents

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

itemsCount int

Properties

ItemsCount

number of items in the selectionbox once the user interaction with the selection box is finished.

public int ItemsCount { get; }

Property Value

int