WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleNotificationObject - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleNotificationObject

    Custom class to invoke property change event and get the old value or collections of the property to dispose it

    Inheritance
    System.Object
    ScheduleNotificationObject
    ScheduleAppointment
    SchedulerReminder
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ScheduleNotificationObject : INotifyPropertyChanged

    Constructors

    ScheduleNotificationObject()

    Declaration
    public ScheduleNotificationObject()

    Methods

    RaisePropertyChanged(String, Object)

    Invokes the property changed event

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName, object oldValue = null)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    System.Object oldValue

    Old value

    Events

    PropertyChanged

    Property changed event to indicate the property has been changed

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

    Implements

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