FormulaEditingEventArgs Properties

FormulaEditingEventArgs Properties

The FormulaEditingEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancellable Indicates whether an event may be cancelled by an event delegate.
(Inherited from RevitAPIEventArgs)
Public propertyCurrentDocument Returns the current document
Public propertyFormula Returns text of the formula that will be modified
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from RevitAPIEventArgs)
Public propertyParameterId Returns the Id of the modified parameter
Top
See Also