GrapeCity.Xaml.SpreadSheet.Data
Changed Event (StyleInfoCollection)


Occurs when a style is added, removed, or changed in the collection.
Syntax
'Declaration
 
Public Event Changed As EventHandler(Of StyleInfoCollectionChangedEventArgs)
'Usage
 
Dim instance As StyleInfoCollection
Dim handler As EventHandler(Of StyleInfoCollectionChangedEventArgs)
 
AddHandler instance.Changed, handler
Event Data

The event handler receives an argument of type StyleInfoCollectionChangedEventArgs containing data related to this event. The following StyleInfoCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewStyle Gets the new style that was added, or null if no style was added.  
OldStyle Gets the old style that was removed or changed, or null if no style was removed or changed.  
Type Gets the type of event that occurred.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options