MaterialDesignExtensions icon indicating copy to clipboard operation
MaterialDesignExtensions copied to clipboard

OpenDirectoryControl event

Open mey1k opened this issue 4 years ago • 1 comments

hi

I use OpenDirectoryControl

code.cs OpenDirectoryDialogResult result = await OpenDirectoryDialog.ShowDialogAsync(main.TestDialog, dialogArgs);

then It works.

but, OpenDirectoryControl_DirectorySelected and OpenDirectoryControl_Cancel events

does not working..

why?

mey1k avatar Mar 31 '20 04:03 mey1k

I soved this problem.

I use mde:OpenDirectoryControl.DirectorySelected="OpenDirectoryControl_DirectorySelected" in mainwindow.xaml

but, Nowhere I couldn't find any explanation for this.

It seems a little vague. I want you to explain it in more detail in the doc.

Is it because of my lack of wpf knowledge?

mey1k avatar Mar 31 '20 04:03 mey1k