RVTDocs.com

RevitAPIPostEventArgs

Class
Description:
The class is used as a base class for arguments of any post-event.
Remarks:
A post-event is the event raised after execution of the process that was related with the event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitAPIEventArgs
      Autodesk.Revit.DB.Events.RevitAPIPostEventArgs
        Autodesk.Revit.DB.Events.DocumentClosedEventArgs
        Autodesk.Revit.DB.Events.RevitAPIPostDocEventArgs
Syntax
public class RevitAPIPostEventArgs : RevitAPIEventArgs