Class
FilePathChangedEventArgs

Event arguments for the FilePathChanged event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class FilePathChangedEventArgs : RoutedEventArgs

Inheritance: objectFilePathChangedEventArgs

Derived Classes: FilePathChangingEventArgs

Constructors

FilePathChangedEventArgs(RoutedEvent, object)

Initializes a new instance of the FilePathChangedEventArgs class.

Declaration

cs-api-definition
public FilePathChangedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

source

object

Properties

FilePath

Gets the file path that is about to be selected.

Declaration

cs-api-definition
public string FilePath { get; }

Property Value

string