New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
args
propertyName
Telerik.Web.Data.DescriptorBase
Base class for all descriptors used for handling the logic for property changed notifications.
Inheritance Hierarchy
- System.Object
- Telerik.Web.Data.DescriptorBase : INotifyPropertyChanged
Methods
OnPropertyChanged
Raises the event.
Parameters
args System.ComponentModel.PropertyChangedEventArgs
The instance containing the event data.
Returns
System.Void
OnPropertyChanged
Calls creating a new instance of with given .
Parameters
propertyName System.String
Name of the property that is changed.
Returns
System.Void