SmsFormViewControlBase.SelectedIndexChanged Method
Manages operations that are associated with the selection of items and updates selection data in the Microsoft Management Console, clipboard formats, and action menus. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim resultObjects As ResultObjectsManager
Dim formViewControl As SmsFormViewBase
Dim consoleParent As ConsoleParentNode
Me.SelectedIndexChanged(resultObjects, formViewControl, consoleParent)
Syntax
'Declaration
Protected Sub SelectedIndexChanged ( _
resultObjects As ResultObjectsManager, _
formViewControl As SmsFormViewBase, _
consoleParent As ConsoleParentNode _
)
protected void SelectedIndexChanged (
ResultObjectsManager resultObjects,
SmsFormViewBase formViewControl,
ConsoleParentNode consoleParent
)
protected:
void SelectedIndexChanged (
ResultObjectsManager^ resultObjects,
SmsFormViewBase^ formViewControl,
ConsoleParentNode^ consoleParent
)
protected void SelectedIndexChanged (
ResultObjectsManager resultObjects,
SmsFormViewBase formViewControl,
ConsoleParentNode consoleParent
)
protected function SelectedIndexChanged (
resultObjects : ResultObjectsManager,
formViewControl : SmsFormViewBase,
consoleParent : ConsoleParentNode
)
Parameters
- resultObjects
[in] ResultObjectsManager object.
- formViewControl
[in] SmsFormViewBase object for the form view that supports the control.
- consoleParent
[in] ConsoleParentNode object for the node that supports the form view.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsFormViewControlBase Class
SmsFormViewControlBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ConsoleParentNode Class
SmsFormViewBase Class
ResultObjectsManager