Class FilePathChangedEventArgs
Event arguments for the FilePathChanged event.
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 FilePathChangedEventArgs class.
Declaration
public FilePathChangedEventArgs(RoutedEvent routedEvent, object source)
Parameters
System.Windows.RoutedEvent
routedEvent
|
System.Object
source
|
Properties
FilePath
Gets the file path that is about to be selected.
Declaration
public string FilePath { get; }
Property Value
System.String
|