New to Telerik UI for WPFStart a free 30-day trial

Event arguments for the FilePathChanged event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public class FilePathChangedEventArgs : RoutedEventArgs

Inheritance: objectFilePathChangedEventArgs

Derived Classes: FilePathChangingEventArgs

Constructors

Initializes a new instance of the FilePathChangedEventArgs class.

C#
public FilePathChangedEventArgs(RoutedEvent routedEvent, object source)
Parameters:routedEventRoutedEventsourceobject

Properties

Gets the file path that is about to be selected.

C#
public string FilePath { get; }