Intersoft ClientUI Documentation
OnEvent Method



Event source.
Event arguments.
Handler for the subscribed event calls OnEventAction to handle it.
Syntax
Public Sub OnEvent( _
   ByVal source As TSource, _
   ByVal eventArgs As TEventArgs _
) 
Dim instance As WeakEventListener(Of TInstance,TSource,TEventArgs)
Dim source As TSource
Dim eventArgs As TEventArgs
 
instance.OnEvent(source, eventArgs)
public void OnEvent( 
   TSource source,
   TEventArgs eventArgs
)
public:
void OnEvent( 
   TSource^ source,
   TEventArgs^ eventArgs
) 

Parameters

source
Event source.
eventArgs
Event arguments.
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

WeakEventListener<TInstance,TSource,TEventArgs> Class
WeakEventListener<TInstance,TSource,TEventArgs> Members

Send Feedback