Table of Contents

TimeLayoutUpdateEventArgs 类

命名空间
ClassIsland.Shared.Models.Profile
程序集
ClassIsland.Shared.dll

时间表更新事件参数

public class TimeLayoutUpdateEventArgs
继承
TimeLayoutUpdateEventArgs
继承成员

属性

Action

更新操作

public NotifyCollectionChangedAction Action { get; set; }

属性值

NotifyCollectionChangedAction

AddIndex

添加元素的索引

public int AddIndex { get; set; }

属性值

int

AddIndexClasses

添加元素在课表中的索引

public int AddIndexClasses { get; set; }

属性值

int

AddedItems

添加的元素

public List<TimeLayoutItem> AddedItems { get; set; }

属性值

List<TimeLayoutItem>

RemoveIndex

删除元素的索引

public int RemoveIndex { get; set; }

属性值

int

RemoveIndexClasses

删除元素在课表中的索引

public int RemoveIndexClasses { get; set; }

属性值

int

RemovedItems

删除的元素

public List<TimeLayoutItem> RemovedItems { get; set; }

属性值

List<TimeLayoutItem>