ICommonCallingContext.CallingEventName Property

Gets or sets the event name if the macro was called from an event.
ReadOnly Property CallingEventName() As String
This language is not supported or no code example is available.
string CallingEventName {get;}
This language is not supported or no code example is available.

Property Value

string

The event name or an empty string if the macro was not called from an event.

Remarks
 
The property returns the language neutral name of the event. The event names displayed in Events Management are localized and thus they are not returned here. For checking the values, you can use the constants from EstimateEvents class.
Version
 
Available since QDV 7.14.524.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition