CollectionAdapter<TSource, TTarget>.IWeakEventListener.ReceiveWeakEvent Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Private Function ReceiveWeakEvent ( _
managerType As Type, _
sender As Object, _
e As EventArgs _
) As Boolean Implements IWeakEventListener.ReceiveWeakEvent
bool IWeakEventListener.ReceiveWeakEvent(
Type managerType,
Object sender,
EventArgs e
)
Parameters
- managerType
Type: System.Type
- sender
Type: System.Object
- e
Type: System.EventArgs
Return Value
Type: System.Boolean
Implements
IWeakEventListener.ReceiveWeakEvent(Type, Object, EventArgs)
.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.