Spread for ASP.NET 8.0 Product Documentation
OnNamedStyleChanged Method


Object that raises the event
Event arguments
Occurs when the style has changed.
Syntax
'Declaration
 
Public Sub OnNamedStyleChanged( _
   ByVal o As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As StyleRowFilter
Dim o As Object
Dim e As EventArgs
 
instance.OnNamedStyleChanged(o, e)
public void OnNamedStyleChanged( 
   object o,
   EventArgs e
)

Parameters

o
Object that raises the event
e
Event arguments
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleRowFilter Class
StyleRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.