Spread ASP.NET 6.0 Product Documentation
OnNamedStyleChanged Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.