Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged Method (GroupBarInfo)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupBarInfo Class : OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.
Raises the PropertyChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal args As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As GroupBarInfo
Dim args As PropertyChangedEventArgs
 
instance.OnPropertyChanged(args)
protected virtual void OnPropertyChanged( 
   PropertyChangedEventArgs args
)

Parameters

args
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.
See Also

Reference

GroupBarInfo Class
GroupBarInfo Members