CommonSaveFileDialog Events

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The CommonSaveFileDialog type exposes the following members.

Events

  NameDescription
FileOk
Raised just before the dialog is about to return with a result.
(Inherited from CommonFileDialog.)
FileTypeChanged
Raised when the dialog is opened to notify the application of the initial chosen filetype.
(Inherited from CommonFileDialog.)
FolderChanged
Raised when the user navigates to a new folder.
(Inherited from CommonFileDialog.)
FolderChanging
Raised just before the user navigates to a new folder.
(Inherited from CommonFileDialog.)
Opening
Raised when the dialog is opening.
(Inherited from CommonFileDialog.)
SelectionChanged
Raised when the user changes the selection in the dialog's view.
(Inherited from CommonFileDialog.)

See Also