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


o
Object that raises the event
e
Event arguments

Glossary Item Box

Occurs when the style has changed.

Syntax

Visual Basic (Declaration) 
Public Sub OnNamedStyleChanged( _
   ByVal o As Object, _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As StyleRowFilter
Dim o As Object
Dim e As EventArgs
 
instance.OnNamedStyleChanged(o, e)
C# 
public void OnNamedStyleChanged( 
   object o,
   EventArgs e
)

Parameters

o
Object that raises the event
e
Event arguments

Remarks

This raises an event when the named style for a cell has changed as a result of the row filter that changes styles based on filter criteria.

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.