This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITimeDisplayEvents Interface > ITimeDisplayEvents.DisplayTimeChanged Event (ArcObjects .NET 10.4 SDK) |
Notifies clients when display time changed.
[Visual Basic .NET] Public Event DisplayTimeChanged As DisplayTimeChangedEventHandler
[C#] public event DisplayTimeChangedEventHandler DisplayTimeChanged
[C++]
HRESULT DisplayTimeChanged(
IDisplay* Display,
VARIANT oldValue,
VARIANT newValue
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay oldValue oldValue is a parameter of type VARIANT newValue newValue is a parameter of type VARIANT