Class ManagedFileChooser
[TemplatePart("PART_QuickLinks", typeof(Control), IsRequired = true)]
[TemplatePart("PART_Files", typeof(ListBox), IsRequired = true)]
public class ManagedFileChooser : TemplatedControl, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed, IInputElement, IDataTemplateHost, ISetterValue
- Inheritance
-
ManagedFileChooser
- Implements
- Inherited Members
Constructors
ManagedFileChooser()
public ManagedFileChooser()
Methods
OnApplyTemplate(TemplateAppliedEventArgs)
Called when the control's template is applied. In simple terms, this means the method is called just before the control is displayed.
protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
Parameters
e
TemplateAppliedEventArgsThe event args.
OnDataContextChanged(EventArgs)
Called when the DataContext property changes.
protected override void OnDataContextChanged(EventArgs e)
Parameters
e
EventArgsThe event args.