Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

PublishEvent<T> Method (IWorkstationEventBroker)







The type of the event to be published.
The System.Object publishing the event.
An object that holds the event typed information.
Allow components to publish their own typed events to other components.
Syntax
void PublishEvent<T>( 
   object publisher,
   T eventArgs
)
where T: EventArgs
'Declaration
 
Sub PublishEvent(Of T As EventArgs)( _
   ByVal publisher As Object, _
   ByVal eventArgs As T _
) 
'Usage
 
Dim instance As IWorkstationEventBroker
Dim publisher As Object
Dim eventArgs As T
 
instance.PublishEvent(Of T)(publisher, eventArgs)

            

            
void PublishEvent<T>( 
   Object* publisher,
   T* eventArgs
) 
where T: EventArgs
void PublishEventgeneric<typename T>
( 
   Object^ publisher,
   T^ eventArgs
) 
where T: EventArgs

Parameters

publisher
The System.Object publishing the event.
eventArgs
An object that holds the event typed information.

Type Parameters

T
The type of the event to be published.
Requirements

Target Platforms

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features