menu
ews package
documentation
Notifications/ItemEvent.dart
ItemEvent
OldItemId property
OldItemId property
dark_mode
light_mode
OldItemId
property
ItemId
?
get
OldItemId
Gets the Id of the item that was moved or copied. OldItemId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldItemId is null.
Implementation
complex.ItemId? get OldItemId => this._oldItemId;
ews package
documentation
Notifications/ItemEvent
ItemEvent
OldItemId property
ItemEvent class