Returns the Id of the modified parameter

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

Syntax

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

See Also