SearchControlPopup.OnOpened Method
Called when the popup is opened.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnOpened ( _
e As EventArgs _
)
protected override void OnOpened(
EventArgs e
)
protected:
virtual void OnOpened(
EventArgs^ e
) override
abstract OnOpened :
e:EventArgs -> unit
override OnOpened :
e:EventArgs -> unit
protected override function OnOpened(
e : EventArgs
)
Parameters
e
Type: EventArgsEvent arguments.
.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.