Class
ObservableObject

Represents an observable object.

Definition

Namespace:Telerik.ReportViewer.Common

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

cs-api-definition
public class ObservableObject

Inheritance: objectObservableObject

Derived Classes: DocumentMapNodeModelParameterModelParameterValueModelResources

Constructors

ObservableObject()

Declaration

cs-api-definition
public ObservableObject()

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler