C1.Win.FlexGrid Namespace / BaseTheme Class / OnPropertyChanged Method
sender.
The event arguments.

In This Topic
OnPropertyChanged Method (BaseTheme)
In This Topic
Invokes the PropertyChanged event.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
 

Parameters

sender
sender.
e
The event arguments.
See Also