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


The generic event handler
this or null, usually
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(Of T), _
   ByVal sender As Object, _
   ByVal event As T, _
   Optional ByVal synchronize As ISynchronizeInvoke _
) 
'Usage
 
Dim handler As EventHandler(Of T)
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<T> handler,
   object sender,
   T event,
   ISynchronizeInvoke synchronize
)
where T: EventArgs

Parameters

handler
The generic event handler
sender
this or null, usually
event
synchronize

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