Share

ViewUpdateEventArgs Class

Description

Event args class to support Manager.ViewToBeUpdated and Manager.ViewWasUpdated events.

Class Hierarchy

Autodesk.AutoCAD.GraphicsSystem.ViewUpdateEventArgs

C#

public sealed class ViewUpdateEventArgs : EventArgs;

Visual Basic

Public sealed Class ViewUpdateEventArgs
Inherits EventArgs

Links

ViewUpdateEventArgs Properties

See Also

Manager.ViewToBeUpdated, Manager.ViewWasUpdated.

@Autodesk.AutoCAD.GraphicsSystem.ViewUpdateEventArgs.View A reference to the Autodesk.AutoCAD.GraphicsInterface.View object that is or will be updated. Read only.

Was this information helpful?