GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : Changed Event |
'Declaration Public Event Changed As System.EventHandler(Of StyleInfoCollectionChangedEventArgs)
'Usage Dim instance As StyleInfoCollection Dim handler As System.EventHandler(Of StyleInfoCollectionChangedEventArgs) AddHandler instance.Changed, handler
public event System.EventHandler<StyleInfoCollectionChangedEventArgs> Changed
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.
Property | Description |
---|---|
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. |
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)