dotnetCHARTING Send comments on this topic.
PostDataProcessingEventHandler Delegate
See Also 
dotnetCHARTING Namespace : PostDataProcessingEventHandler Delegate


sender

Syntax

Visual Basic (Declaration)  
Public Delegate Sub PostDataProcessingEventHandler( _
   ByVal sender As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As New PostDataProcessingEventHandler(AddressOf HandlerMethod)
C#  
public delegate void PostDataProcessingEventHandler( 
   object sender
)

Parameters

sender

See Also