Skip to main content

MapFileSourceBase.SourceFilePathChanged Event

In This Article

Occurs when the source file path has been changed.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler SourceFilePathChanged

#Event Data

The SourceFilePathChanged event's data class is EventArgs.

See Also