Returns text of the formula that will be modified

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

Syntax

C#
public string Formula { get; }
Visual Basic
Public ReadOnly Property Formula As String
	Get
Visual C++
public:
property String^ Formula {
	String^ get ();
}

See Also