FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupBarInfo Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.


In This Topic
OnPropertyChanged Method (GroupBarInfo)
In This Topic
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)

Parameters

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