Class FilePathChangedEventArgs
Event arguments for the File
Inheritance
System.Object
FilePathChangedEventArgs
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FilePathChangedEventArgs : RoutedEventArgs
Constructors
FilePathChangedEventArgs(RoutedEvent, Object)
Initializes a new instance of the File
Declaration
public FilePathChangedEventArgs(RoutedEvent routedEvent, object source)
Parameters
System.
|
System.
|
Properties
FilePath
Gets the file path that is about to be selected.
Declaration
public string FilePath { get; }
Property Value
System.
|