Autodesk.AutoCAD.GraphicsSystem Namespace > ViewUpdateEventArgs Class
ViewUpdateEventArgs Class   
Description

 

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

Class Hierarchy
Autodesk.AutoCAD.GraphicsSystem.ViewUpdateEventArgs
Visual Basic
Public sealed Class ViewUpdateEventArgs
Inherits EventArgs
C#
public sealed class ViewUpdateEventArgs : EventArgs;
Links
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.

   Comments?