DocumentNodeCreateEventRelay Method (PropertyName, StatelessDependencyDeclarer)

Spotfire 14.3 API Reference
Creates an event relay. An event relay is a property in the document model which propagates event. An event is raised for the event relay whenever when the trigger returned by the specified dependencyDeclarer fires.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected void CreateEventRelay(
	PropertyName propertyName,
	StatelessDependencyDeclarer dependencyDeclarer
)

Parameters

propertyName
Type: Spotfire.Dxp.Framework.DocumentModelPropertyName
The name of the property.
dependencyDeclarer
Type: Spotfire.Dxp.Framework.DocumentModelStatelessDependencyDeclarer
A delegate that declares the properties that the created event relay depends on.
Remarks

This method is the same as calling CreateEventRelay(PropertyName, StatelessDependencyDeclarer, EventRelayMode) and passing PropagateEventsInAffectedViews as the event relay mode.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference