4 references to FileOk
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
15
[DefaultEvent(nameof(
FileOk
))]
601
/// Raises the <see cref="
FileOk
"/> event.
System.Windows.Forms.Tests (2)
System\Windows\Forms\FileDialogTests.cs (2)
570
dialog.
FileOk
+= handler;
575
dialog.
FileOk
-= handler;