DisplayingOptionsDialogEventArgs Class
The event arguments used by DisplayingOptionDialog event.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public class DisplayingOptionsDialogEventArgs : RevitAPIPreEventArgs
Visual Basic
Public Class DisplayingOptionsDialogEventArgs _
	Inherits RevitAPIPreEventArgs
Visual C++
public ref class DisplayingOptionsDialogEventArgs : public RevitAPIPreEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Autodesk.Revit.DB.Events..::..RevitAPIEventArgs
      Autodesk.Revit.DB.Events..::..RevitAPIPreEventArgs
        Autodesk.Revit.UI.Events..::..DisplayingOptionsDialogEventArgs

See Also