Spread for ASP.NET 12 Product Documentation
OnListChanged Method (ConditionalFormattingIconRuleSet)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ConditionalFormattingIconRuleSet Class : OnListChanged Method
The System.ComponentModel.ListChangedEventArgs instance that contains the event data.
Raises the ListChanged event.
Syntax
'Declaration
 
Protected Overrides Sub OnListChanged( _
   ByVal e As ListBase(Of ConditionalFormattingIconValue) _
) 
'Usage
 
Dim instance As ConditionalFormattingIconRuleSet
Dim e As ListBase(Of ConditionalFormattingIconValue)
 
instance.OnListChanged(e)
protected override void OnListChanged( 
   ListBase<ConditionalFormattingIconValue> e
)

Parameters

e
The System.ComponentModel.ListChangedEventArgs instance that contains the event data.
See Also

Reference

ConditionalFormattingIconRuleSet Class
ConditionalFormattingIconRuleSet Members