Class FilePathChangingEventArgs
Event arguments for the FilePathChanging event.
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FilePathChangingEventArgs : FilePathChangedEventArgs
Properties
Cancel
Gets or sets a value indicating whether the changing of the FilePath property should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|