TimeLayoutUpdateEventArgs 类
- 程序集
- ClassIsland.Shared.dll
时间表更新事件参数
public class TimeLayoutUpdateEventArgs
- 继承
-
TimeLayoutUpdateEventArgs
- 继承成员
属性
Action
更新操作
public NotifyCollectionChangedAction Action { get; set; }
属性值
AddIndex
添加元素的索引
public int AddIndex { get; set; }
属性值
AddIndexClasses
添加元素在课表中的索引
public int AddIndexClasses { get; set; }
属性值
AddedItems
添加的元素
public List<TimeLayoutItem> AddedItems { get; set; }
属性值
RemoveIndex
删除元素的索引
public int RemoveIndex { get; set; }
属性值
RemoveIndexClasses
删除元素在课表中的索引
public int RemoveIndexClasses { get; set; }
属性值
RemovedItems
删除的元素
public List<TimeLayoutItem> RemovedItems { get; set; }