ArcFM Engine Developer Guide
Raise<T>(EventHandler<T>,Object,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 {New, EventArgs})( _
   ByVal handler As EventHandler(Of T), _
   ByVal sender As Object, _
   Optional ByVal synchronize As ISynchronizeInvoke _
) 
'Usage
 
Dim handler As EventHandler(Of T)
Dim sender As Object
Dim synchronize As ISynchronizeInvoke
 
EventExtensions.Raise(Of T)(handler, sender, synchronize)
[Extension()]
[DebuggerStepThrough()]
public static void Raise<T>( 
   EventHandler<T> handler,
   object sender,
   ISynchronizeInvoke synchronize
)
where T: new(), EventArgs

Parameters

handler
The generic event handler
sender
this or null, usually
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