Click or drag to resize
MessageManagerGoLocationRequested Event
Raised when the user has to be guided to a location, matching the data enclosed in the SourceLocationData object in the event args. Observers should interpret the SourceLocationData object's contents to navigate to the proper location in their domain.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public event EventHandler<ContainerEventArgs<SourceLocationData>> GoLocationRequested

Value

Type: SystemEventHandlerContainerEventArgsSourceLocationData
See Also