WeakEventHandlerT, EInvoke Method |
Invokes the event handler held by the weak target.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Invoke(
Object sender,
E e
)
Public Sub Invoke (
sender As Object,
e As E
)
public:
void Invoke(
Object^ sender,
E e
)
member Invoke :
sender : Object *
e : 'E -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: E
See Also