Spread Windows Forms 6.0 Product Documentation
OnEventRaised Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > EventListener Class : OnEventRaised Method


args
Event arguments

Glossary Item Box

Handles the raised event.

Syntax

Visual Basic (Declaration) 
Public Sub OnEventRaised( _
   ByVal args As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As EventListener
Dim args As EventArgs
 
instance.OnEventRaised(args)
C# 
public void OnEventRaised( 
   EventArgs args
)

Parameters

args
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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.