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


ITimeDisplayEvents.DisplayTimeChanged Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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