LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

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: ~Remove~
function Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishEvent( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.