←Select platform

Subscribe<T> Method (IWorkstationEventBroker)

Summary

Allows components to register to a typed events published by other components.

Syntax

C#
VB
C++
void Subscribe<T>(  
   EventHandler<T> onEventExecuted 
) 
where T: EventArgs 
Sub Subscribe(Of T As EventArgs)( _ 
   ByVal onEventExecuted As EventHandler(Of T) _ 
) 
void Subscribegeneric<typename T> 
(  
   EventHandler<T^>^ onEventExecuted 
)  
where T: EventArgs 

Parameters

onEventExecuted
A callback which will be called when the typed event is being published.

Type Parameters

T
The type of the event the component is interested in subscribing into.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize