This document is archived and information here might be outdated.  Recommended version.


ITimeDisplayEvents.DisplayTimeChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITimeDisplayEvents Interface > ITimeDisplayEvents.DisplayTimeChanged Event
ArcGIS Developer Help

ITimeDisplayEvents.DisplayTimeChanged Event

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDisplayEvents Interface