Share

ExternalEvent.Create Method

Creates an instance of external event.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static ExternalEvent Create(
	IExternalEventHandler handler
)

Parameters

handler  IExternalEventHandler
An instance of IExternalEventHandler which will execute the event.

Return Value

ExternalEvent
An instance of ExternalEvent class, which will be used to invoke the event

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was NULL

See Also

Reference

Was this information helpful?