IRibbonCallbackHandler.OnSelectedItemAction Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Sub OnSelectedItemAction ( _
    control As Object, _
    selectedId As String, _
    selectedIndex As Integer _
)
void OnSelectedItemAction(
    Object control,
    string selectedId,
    int selectedIndex
)
void OnSelectedItemAction(
    Object^ control, 
    String^ selectedId, 
    int selectedIndex
)
abstract OnSelectedItemAction : 
        control:Object * 
        selectedId:string * 
        selectedIndex:int -> unit
function OnSelectedItemAction(
    control : Object, 
    selectedId : String, 
    selectedIndex : int
)

Parameters

.NET Framework Security

See Also

Reference

IRibbonCallbackHandler Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace