Notifies clients when the device frame is updated.
[Visual Basic 6.0] Event DeviceFrameUpdated(
ByVal sender As IDisplayTransformation, _
ByVal sizeChanged As Boolean _
)
[Visual Basic .NET] Public Event DeviceFrameUpdated As DeviceFrameUpdatedEventHandler
[C#] public event DeviceFrameUpdatedEventHandler DeviceFrameUpdated
[C++]
HRESULT DeviceFrameUpdated(
IDisplayTransformation* sender,
VARIANT_BOOL sizeChanged
);
[C++]Parameters
sendersender is a parameter of type IDisplayTransformation
sizeChanged sizeChanged is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.