C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / MenuItem Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.


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

Parameters

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