Click or drag to resize
WeakEventHandlerT, EInvoke Method
Invokes the event handler held by the weak target.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Invoke(
	Object sender,
	E e
)

Parameters

sender
Type: SystemObject
e
Type: E
See Also