ArcFM Engine Developer Guide
Raise<T>(EventHandler,Object,T,ISynchronizeInvoke) Method


The generic event handler
this or null, usually
if synchronize not null or required will invoke on that synchronizer
Tell subscribers, if any, that this event has been raised.
Syntax
'Declaration
 
<ExtensionAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Shared Sub Raise(Of T As EventArgs)( _
   ByVal handler As EventHandler, _
   ByVal sender As Object, _
   ByVal event As T, _
   Optional ByVal synchronize As ISynchronizeInvoke _
) 
'Usage
 
Dim handler As EventHandler
Dim sender As Object
Dim event As T
Dim synchronize As ISynchronizeInvoke
 
EventExtensions.Raise(Of T)(handler, sender, event, synchronize)
[Extension()]
[DebuggerStepThrough()]
public static void Raise<T>( 
   EventHandler handler,
   object sender,
   T event,
   ISynchronizeInvoke synchronize
)
where T: EventArgs

Parameters

handler
The generic event handler
sender
this or null, usually
event
synchronize
if synchronize not null or required will invoke on that synchronizer

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EventExtensions Class
EventExtensions Members
Overload List

 

 


Send Comment