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