Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified event handler to the specified option button.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Sub AddOptionButtonClickedHandler ( _
d As DependencyObject, _
handler As RoutedEventHandler _
)
public static void AddOptionButtonClickedHandler(
DependencyObject d,
RoutedEventHandler handler
)
public:
static void AddOptionButtonClickedHandler(
DependencyObject^ d,
RoutedEventHandler^ handler
)
static member AddOptionButtonClickedHandler :
d:DependencyObject *
handler:RoutedEventHandler -> unit
public static function AddOptionButtonClickedHandler(
d : DependencyObject,
handler : RoutedEventHandler
)
Parameters
d
Type: DependencyObjectThe option button.
handler
Type: RoutedEventHandlerThe event handler to add.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.