Spread WPF Documentation
OnChanged Method (StyleInfo)


The System.EventArgs instance that contains the event data.
Raises the Changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As System.EventArgs _
) 
'Usage
 
Dim instance As StyleInfo
Dim e As System.EventArgs
 
instance.OnChanged(e)
protected virtual void OnChanged( 
   System.EventArgs e
)

Parameters

e
The System.EventArgs instance that contains the event data.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

StyleInfo Class
StyleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.