Called when a user changes the selected item in a list box or selection list box on this PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnListboxSelectionChanged( _
ByVal Id As Integer, _
ByVal Item As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler9
Dim Id As Integer
Dim Item As Integer
instance.OnListboxSelectionChanged(Id, Item)
|
C# | |
---|
void OnListboxSelectionChanged(
int Id,
int Item
) |
C++/CLI | |
---|
void OnListboxSelectionChanged(
& int Id,
& int Item
) |
Parameters
- Id
- ID of the list box
- Item
- ID of the item
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0