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

PublishEvent<T> Method (WorkstationEventBroker)







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
public void PublishEvent<T>( 
   object publisher,
   T eventArgs
)
where T: EventArgs
'Declaration
 
Public Sub PublishEvent(Of T As EventArgs)( _
   ByVal publisher As Object, _
   ByVal eventArgs As T _
) 
'Usage
 
Dim instance As WorkstationEventBroker
Dim publisher As Object
Dim eventArgs As T
 
instance.PublishEvent(Of T)(publisher, eventArgs)
public void PublishEvent<T>( 
   object publisher,
   T eventArgs
)where T: ~Remove~
 function Leadtools.Medical.Workstation.WorkstationEventBroker.PublishEvent( 
   publisher ,
   eventArgs 
)
public: void PublishEvent<T>( 
   Object* publisher,
   T* eventArgs
) 
where T: EventArgs
public:
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

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

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