Component.raisePropertyChanged Method (string)
Raises the event for the specified property.
Namespace: Sys
Class: Component
Syntax
protected void raisePropertyChanged(string propertyName)
Parameters
propertyName
Type: System.String
The name of the property that changed.
|