ClassFileDialogsBreadcrumb
Custom RadBreadcrumb in order to meet the needs of FileDialogs.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public sealed class FileDialogsBreadcrumb : RadBreadcrumb
Inheritance: objectRadBreadcrumbFileDialogsBreadcrumb
Inherited Members
Constructors
FileDialogsBreadcrumb()
Initializes a new instance of the FileDialogsBreadcrumb class.
Declaration
public FileDialogsBreadcrumb()
Methods
OnApplyTemplate()
Applies the template for the RadBreadcrumb.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnKeyUp(KeyEventArgs)
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
e
KeyEventArgs
Events
ExceptionRaised
Occurs when the Exception is raised.
Declaration
public event EventHandler<FileBrowserExceptionRaisedEventArgs> ExceptionRaised
Event Value