This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITransformEvents Interface > ITransformEvents.DeviceFrameUpdated Event (ArcObjects .NET 10.4 SDK) |
Notifies clients when the device frame is updated.
[Visual Basic .NET] Public Event DeviceFrameUpdated As DeviceFrameUpdatedEventHandler
[C#] public event DeviceFrameUpdatedEventHandler DeviceFrameUpdated
[C++]
HRESULT DeviceFrameUpdated(
IDisplayTransformation* sender,
VARIANT_BOOL sizeChanged
);
[C++]
Parameters sender
sender is a parameter of type IDisplayTransformation sizeChanged sizeChanged is a parameter of type VARIANT_BOOL