ArcFM Desktop Developer Guide
ReceiveWeakEvent Method


The type of weak event manager raising the event.
The sender of the event.
The System.EventArgs associated with the event.
Callback from the CultureChangedEventManager WeakEvent manager when the current culture has been changed.
Syntax
'Declaration
 
Public Function ReceiveWeakEvent( _
   ByVal managerType As Type, _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) As Boolean
'Usage
 
Dim instance As LocalizeExtension
Dim managerType As Type
Dim sender As Object
Dim e As EventArgs
Dim value As Boolean
 
value = instance.ReceiveWeakEvent(managerType, sender, e)
public bool ReceiveWeakEvent( 
   Type managerType,
   object sender,
   EventArgs e
)

Parameters

managerType
The type of weak event manager raising the event.
sender
The sender of the event.
e
The System.EventArgs associated with the event.

Return Value

True if the event can be handled, else false.
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

LocalizeExtension Class
LocalizeExtension Members

 

 


Send Comment