Notifies clients when display time changed.
[Visual Basic 6.0] Event DisplayTimeChanged(
ByVal Display As IDisplay, _
ByVal oldValue As Variant, _
ByVal newValue As Variant _
)
[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.