OnListboxSelectionChanged Method (IPropertyManagerPage2Handler)
Obsolete. Superseded by IPropertyManagerPage2Handler5::OnListboxSelectionChanged.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnListboxSelectionChanged( _
ByVal Id As Integer, _
ByVal Item As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler
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
-
- Item
-
See Also