menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NotificationObject - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NotificationObject

    Base class for items that support property notification.

    Inheritance
    System.Object
    NotificationObject
    BarcodeBase
    CalendarHeaderInfo
    CalendarItemInfo
    DateTimeOffsetRange
    Author
    TextMessage
    DataGridPrintManager
    DataGridPrintSettings
    ColorInfo
    ColorPaletteModel
    DateTimeFieldItemInfo
    GradientStopInfo
    SpinnerColumn
    SpinnerItemInfo
    ScheduleAppointment
    SchedulerReminder
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Core
    Assembly: Syncfusion.Core.WinUI.dll
    Syntax
    public abstract class NotificationObject : Object, INotifyPropertyChanged
    Remarks

    This class provides basic support for implementing the System.ComponentModel.INotifyPropertyChanged interface and for marshalling execution to the UI thread.

    Constructors

    NotificationObject()

    Declaration
    protected NotificationObject()

    Methods

    RaisePropertyChanged(String)

    Raises this object's PropertyChanged event.

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The property that has a new value.

    RaisePropertyChanged(String[])

    Raises this object's PropertyChanged event for each of the properties.

    Declaration
    protected void RaisePropertyChanged(params string[] propertyNames)
    Parameters
    Type Name Description
    System.String[] propertyNames

    The properties that have a new value.

    Events

    PropertyChanged

    Raised when a property on this object has a new value.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved