2022 Class
Changes 0
C

DisplayingOptionsDialogEventArgs

Description:
The event arguments used by DisplayingOptionDialog event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitAPIEventArgs
      Autodesk.Revit.DB.Events.RevitAPIPreEventArgs
        Autodesk.Revit.UI.Events.DisplayingOptionsDialogEventArgs
Name Return Type Description Inherited From
M AddTab(String, TabbedDialogExtension) None Add tab to option dialog with tab name and handler information.
M Dispose() None Releases all resources used by the RevitAPIEventArgs
M IsCancelled() bool Indicates whether the event is being cancelled. RevitAPIEventArgs
M Cancel() None When the event is cancellable, may call the Cancel() method to cancel it. RevitAPIPreEventArgs
Name Return Type Description Inherited From
P PagesCount int The count of pages in the options dialog (include the default pages added by Revit).
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