Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleNotificationObject

    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
    AgendaViewStyle
    AppointmentStyle
    DayLabelSettings
    DayViewSettings
    DragDropSettings
    MonthLabelSettings
    MonthViewSettings
    NonAccessibleBlock
    ScheduleAppointment
    SelectionStyle
    TimeIndicatorStyle
    TimelineLabelSettings
    TimelineViewSettings
    TimeRegionSettings
    ViewHeaderStyle
    WeekLabelSettings
    WeekNumberStyle
    WeekViewSettings
    WorkWeekLabelSettings
    WorkWeekViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class ScheduleNotificationObject : Object, 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 - 2023 Syncfusion Inc. All Rights Reserved