2021 Class
Changes 0
C

ViewActivatedEventArgs

Description:
The event arguments used by the ViewActivated event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitAPIEventArgs
      Autodesk.Revit.DB.Events.RevitAPIPostEventArgs
        Autodesk.Revit.DB.Events.RevitAPIPostDocEventArgs
          Autodesk.Revit.UI.Events.ViewActivatedEventArgs
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RevitAPIEventArgs
M IsCancelled() bool Indicates whether the event is being cancelled. RevitAPIEventArgs
Name Return Type Description Inherited From
P CurrentActiveView View The view that has just become active.
P PreviousActiveView View The previously active view.
P Cancellable bool Indicates whether an event may be cancelled by an event delegate. RevitAPIEventArgs
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. RevitAPIEventArgs
P Status RevitAPIEventStatus Indicates whether the action associated with this event succeeded, failed, or was cancelled (by an API event handler). RevitAPIPostEventArgs
P Document Document The document associated with the event. RevitAPIPostDocEventArgs