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


In This Topic
OnPropertyChanged Method (CellPadding)
In This Topic
Raises the PropertyChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal args As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As CellPadding
Dim args As PropertyChangedEventArgs
 
instance.OnPropertyChanged(args)

Parameters

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