|
HeadControllerOnPropertyChanged Method
|
Called when [property changed].
Namespace:
Accord.Controls.Vision
Assembly:
Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax protected void OnPropertyChanged(
string name
)
Protected Sub OnPropertyChanged (
name As String
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name.
See Also