[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.NotifyObject

NotifyObject Class

Abstract base class for classes which fire an event when a property changes.

Inheritance
NotifyObject
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public abstract class NotifyObject
Public MustInherit Class NotifyObject

Constructors

Name Description
NotifyObject()

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.