Event args class to support Manager.ViewToBeUpdated and Manager.ViewWasUpdated events.
Autodesk.AutoCAD.GraphicsSystem.ViewUpdateEventArgs
Public sealed Class ViewUpdateEventArgs Inherits EventArgs
public sealed class ViewUpdateEventArgs : EventArgs;
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? |